.navcontainer a {
	background: url(../../images/menu/menubtn_gray.png) no-repeat 0 -48px;
	color: #191919;
	text-shadow: #636363 0 1px 0;
}

.navcontainer .current,
.navcontainer .currentAncestor {
	background: url(../../images/menu/menubtn_gray.png) no-repeat 0 0;
	color: #bebebe;
	text-shadow: #000000 0px 1px 0px;
}

.navcontainer a:hover {
	color: #bbb;
}

.navcontainer a:active {
	color: #fff;
}
