#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width:140px;
/* to display the list horizontaly */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
margin: 0 0 0 0;
padding: 0;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
border-bottom: 1px #383838 solid;
text-align: center;
text-decoration: none;
color: #000;
padding:4px 0 4px 0;
}

#navlist a:hover { background-color:#fff; }
#navlist a:visited { color: #000; }

