/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
 #navlist
{
padding-left: 0;
margin-left: 0;
width: 150px;
}

#navlist li
{
margin: 0;
padding: 0.25em;
font-family: arial;
font-size: 11px;
font-style: normal;
color: #FFFFF;
text-decoration: none;
list-style-type: none;
}

#navlist li a {
text-decoration: none; color: #99FFFF; }

