/* CSS Document */

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

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
font-weight: bold;
align: left;
/*border-top: 1px solid gray;*/
}

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

#navlist li a:hover{ color:#CC3300 }