#navcontainer {
	border: 1px solid #9F100C;
	background: #B0190D repeat;
}

#navcontainer #current {
	font-weight: normal;
	width: 94px;
	height: 25px;
	font-weight: bold;
	color: #242424;
}

#navcontainer #current:hover {
	width: 94px;
	height: 25px;
	color: #242424;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 94px;
	height: 25px;
	color: #242424;
}

#navcontainer a{
	width: 94px;
	display: block;
	margin: 0 3px 0 2px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	color: #fff;
	padding: 6px 0px 0px;
}

#navcontainer a:hover{
	width: 94px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #242424;
	height: 25px;
}