ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #29176E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}

#navlist a:hover
{
color: #E6791A;
background-color: #29176E; /* Change rollover color here */
text-decoration: none;
}
