

#navcontainer #current {
	background: #395281;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
#navcontainer #current:hover {
	background: #426098;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #4e71b3;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

#navcontainer a{
	background: #4a6ba9;
	border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	height: 15px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #426098;
}

#navcontainer ul ul .currentAncestor {
		background: #4e71b3;

}

#navcontainer ul ul ul #current{
	background: #395281;

}

#navcontainer ul ul ul ul #current{
	background: #395281;

}
#navcontainer ul ul ul ul .currentAncestor {
	background: #4e71b3;
	color: #fff;
}
