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

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

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

#navlist a:link, #navlist a:visited
{
color: #53371F;

text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

#navlist a:hover
{
color: #F4EDBF;

text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}