
#navlist
{
margin-top: 10px;
margin-left: 20px;
padding-left: 0;
list-style: none;
width: 178px;
font-family: Arial;
font-size: 12px;
}

#navlist li
{
padding-left: 15px;
padding-top: 3px; padding-bottom: 2px;
background-image: url(menubg.gif);
background-repeat: no-repeat;
background-position: 0px;
border-bottom: 1px dotted #4E5D5D;
font-family: Arial;
font-size: 12px;
}
#navlist a {
font-family: Arial; font-size: 12px; color: #777777; text-decoration:none;
}

#navlist a:hover {
text-decoration: none; color: #ff8c00;
}
#navlist .current {
text-decoration: none; color: #333;
}





