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

a:hover, a:active {
	color: #00f;
}

#navcontainer #current {
	color: #fff;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(../../images/button_over.png) repeat-x;
}

#navcontainer .currentAncestor {
	color: #fff;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(../../images/button_over.png) repeat-x;
}

#navcontainer a:hover { color: #fff; font-weight: bold; text-shadow: 0px -1px 3px #2b6568; background: url(../../images/button_over.png) repeat-x; }

#navcontainer ul ul #current{
	color: #fff;
	text-shadow: 0px -1px 3px #2b6568;
}

#navcontainer ul ul .currentAncestor {
	color: #fff;
	text-shadow: 0px -1px 3px #2b6568;
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	color: #fff;
	text-shadow: 0px -1px 3px #2b6568;
}