#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #ffff33;
	font-weight: inherit;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	background: #093d8d;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}

#navcontainer a:hover {
	color: #000000;
	background: #FF9900;
}