#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover {
	background-image: url(../../images/button_current_gloss.png);
}

#navcontainer ul ul a {
	text-shadow: none;
	background-image: none;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: none repeat-x center top;
	text-shadow: none;
}

#navcontainer ul ul ul a:hover{
	color: #b3b3b3;
}

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

#navcontainer a{	background: url(../../images/button_normal_gloss.png) no-repeat left top;}
