#navcontainer2 {
	line-height: 2.0em;
	color: #000000;
	text-align: right;
	margin: 15px 0 20px 2px;
}

#navcontainer2 #current {
	color: #010101;
	position: relative;
	margin-right: 0;
	border-bottom: 3px solid #dce50f;
	border-top: 3px solid #dce50f;
}

#navcontainer2 #current:hover {
	color: #292929;
}

#navcontainer2 ul ul a:hover {
	background: #e5dc50;
	margin-right: 0;
}

#navcontainer2 ul ul a {
	display: block;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
	margin-left: 0;
	font-weight: normal;
}

#navcontainer2 ul ul a:hover {
	color: #000000;
}

#navcontainer2 ul ul .currentAncestor {
	color: #000;
}