.stylesheet {
	font-family: tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-right: 0px;
background-color: #233347;
color: white;
float: left;
font-family: tahoma;
font-size: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1.319em;
background-color: #233347;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #768EA8;
color: #FFF;
}

