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

.navlist li
{
display: inline;
list-style-type: none;
}

.navlist a { 
padding: 0px 20px 0px 10px; }

.navlist a:link, .navlist a:visited
{
font-family: Georgia, Times, serif; 
font-weight: bold;
font-size: 12px;
color: #000;
background-color: #ffffe5; /*006699*/
text-decoration: underline;
text-align: center;
}

.navlist a:hover
{
font-family: Georgia, Times, serif; 
font-weight: bold;
font-size: 12px;
color: #ffcc00;
background-color: #ffffe5;
text-decoration: none;
text-align: center;
}