#navlist
{
margin:0px;
padding:0px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
display:block;
float: right;
color: #727272;
background:#ffffff;
padding: 3px 5px 3px 5px;
font-size:11px;
margin-right:8px;
font-weight:bold;
text-decoration: none;
font-family: sans-serif;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: white;
color: #006;
background:silver;
padding: 3px 5px 3px 5px;
border-left:3px solid #313;
border-bottom:1px dashed #313;
}

#navlist a:hover { color: #000; }


