#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 100%;
	background-color: #CC0000;
	border-bottom: 1px solid #eee;
	font-weight: bold;

}


#navcontainer a#current
{
	color: #369;
	background-color: #CCCCCC;





}
#navcontainer a:link, #navlist a:visited
{
color: #eee;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
