#navcontainer #current {
	background: url(../../images/darkgraymenu_all.png) no-repeat 0 -52px;
	background-position: center;
	color: #7b2a2a;
}

#navcontainer .currentAncestor {
	background: url(../../images/darkgraymenu_all.png) no-repeat  0 -52px;
	background-position: center;
	color: #efefef;
	text-shadow: none;
}

#navcontainer a:hover{
	background: url(../../images/darkgraymenu_all.png) no-repeat 0 -52px;
	background-position: center;
	color: #efefef;
text-shadow: none;
}

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