#navcontainer {
	color: %colour_menu_hover_text%;
	background-color:;
}

#navcontainer #current { color: %colour_body_text%;
	background: url(../../images/active.png) repeat-x;
	height: 25px;
}

#navcontainer ul  {
	background-color: %colour_menu_background%;
}

#navcontainer ul .currentAncestor {color: %colour_body_text%;
}

#navcontainer ul ul {

}

#navcontainer ul a {
	color: %colour_links%;
	background: url(../../images/active.png) repeat-x;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	padding-bottom: 4px;
}

#navcontainer ul ul a {
	color:%colour_highlight%;
	border-style: none;
	background-image: none;
}

#navcontainer ul a:hover {
	color: %colour_menu_hover_text%;
}

#navcontainer ul ul ul #current,
#navcontainer ul ul ul .currentAncestor {
	color: %colour_body_text%;
	background-image: none;
}

#navcontainer ul ul ul {
	border-bottom-color: %colour_links%;
	border-top-color: %colour_menu_background - R(0.1)G(0.1)B(0.1)%;
}

#navcontainer ul ul ul a:hover {
	color: %colour_menu_background%;
}

#navcontainer ul ul {
	z-index: 100;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
}