ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display: inline;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 0px 4px;
}

#navlist a:link, #navlist a:visited
{
	color: #778E62;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	vertical-align: bottom;
}

#navlist a:hover
{
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
}