
/* ------- BACKGROUND COLOUR ------- */

/* default: */

.menucell { background-color: #fc9 }

/* highlighted: */

.top-menu-item:hover, .menu-item:hover, .active-menu-item:link,
.active-menu-item:visited {
	background-color: #309;
}



/* ------- TEXT COLOUR ------- */

/* default: */

.menu-item:link, .menu-item:link th, .menu-item:visited,
.menu-item:visited th { color: black }

/* highlighted: */

.menu-item:hover, .menu-item:hover th, .active-menu-item:link,
.active-menu-item:link th, .active-menu-item:visited,
.active-menu-item:visited th {
	color:white;
}



/* ------- ARROW COLOUR ------- */

/* default: */
.menu-item td { color: #309 }

/* highlighted: */
.menu-item:hover td, .active-menu-item td { color: white }

