#navcontainer {
	background-repeat: repeat-x;
}

#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover {
	background-image: url(../../images/button_over.png);
}

#navcontainer ul ul a {
	text-shadow: 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 li a:hover {
}

#navcontainer ul ul ul #current {
}