#navcontainer {
	border-top-color: #000000;
}

#navcontainer #current {
	color: #ffffff;
	background: #990000;
}

#navcontainer #current:hover {
	background: #000000;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #000000;
	background: #000000;
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
}

#navcontainer li {
}

#navcontainer a{
	display: block;
	background: #990000;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

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