#navcontainer #current {
	/*background: url(../../images/darkgraymenu_all.jpg) repeat-x 0 -52px;*/
	/*color: #fff;*/
	background: url(../../images/graymenu_all.jpg) repeat-x 0 -52px;
}

#navcontainer .currentAncestor {
	/*background: url(../../images/darkgraymenu_all.jpg) repeat-x 0 -52px;*/
	/*color: #efefef;*/
	background: url(../../images/graymenu_all.jpg) repeat-x 0 -52px;
	text-shadow: none;
}

#navcontainer a:hover{
	/*background: url(../../images/graymenu_all.jpg) repeat-x 0 -52px;*/
	background: url(../../images/darkgraymenu_all.jpg) repeat-x 0 -52px;
	color: #fff;
	text-shadow: none;
}

#navcontainer a:active{
	background: url(../../images/darkgraymenu_all.jpg) repeat-x 0 -104px;
	text-shadow: none;
	color: #efefef;
}