.navcontainer a {
	background: url(../../images/menu/menubtn_rust.png) no-repeat 0 -48px;
	color: #6b1c05;
	text-shadow: #d86018 0 1px 0;
}

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

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

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