

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

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

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

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

#navcontainer ul ul .currentAncestor {
		background: #8e3d8a;

}

#navcontainer ul ul ul #current{
	background: #602a5d;

}

#navcontainer ul ul ul ul #current{
	background: #602a5d;

}
#navcontainer ul ul ul ul .currentAncestor {
	background: #8e3d8a;
	color: #fff;
}

