a:link, a:visited {
	color: #ffcc00;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffcc00;
}

#navcontainer #current {
	color: #ffcc00;
	background: url(../../images/button_over.png) repeat-x;
}

#navcontainer .currentAncestor {
	color: #ffcc00;
		background: url(../../images/button_over.png) repeat-x;
}

#navcontainer a:hover {
	color: #ffcc00;
	background: url(../../images/button_over.png) repeat-x;
}

#navcontainer ul ul #current{
	color: #ffcc00;
}

#navcontainer ul ul .currentAncestor {
	color: #ffcc00;
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	color: #ffcc00;
}
