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

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

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

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

#navlist a:hover
{
	color: #C01B2D;
	padding-left: 28px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: 0 -35px;
} 
