
ul#navlist
{
margin-left: 2em;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #C71585;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 100%;
}