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

#navlist
{
padding-left: 0;
margin-left: 0;
width: 200px;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
text-align: left;
text-decoration: none;
color: #000;
}

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

