.stylesheet {
	font-family: Garamond;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-right: 0px;
background-color:00447c;
color: white;
float: left;
font-family: tahoma;
font-size: 12px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1.319em;
background-color: #00447c;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #bcbdbf;
color: #00447c;
}
