#navcontainer {
clear:both;
border-top: 0px double #fc6;
border-bottom: 1px solid #f60;
margin-bottom:20px;
padding-right:20px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { font-size:12px; font-weight:bold; padding:3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #f60;
text-decoration: none;
border-bottom: 3px solid #fff;
}

#navlist a:hover
{
border-bottom: 3px solid #f60;
}