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

/* default: */

.menucell { background-color: #ad1320 }

/* highlighted: */

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



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

/* default: */

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

/* 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: #ee8 }

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

