#navcontainer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist li
{
	display: inline;
	padding-left: 18px;
	padding-right: 0px;
	background-repeat: no-repeat;
	margin-left: 3px;
}

#navlist a
{
padding-left: 18px;
text-transform: uppercase;
text-decoration: none;
margin-left: 3px;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 18px;
	margin-left: 3px;
	color: #1A3E6E;
	background-position: 0 -28px;
	background-repeat: no-repeat;
}

#navlist a:hover
{
color: #5599B5;
padding-left: 18px;
margin-left: 3px;
background-repeat: no-repeat;
background-position: 0 -14px;} 
