/* Menu Stylesheet */ 

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

#navlist
{
width: 10em;
/* to display the list horizontaly */
font-family: arial,helvetica,sans-serif;
font-size: 1.25em;
margin: 0 0 0 .25em;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}

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

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

ul#navlist li#active a { background-color: black; color: red}
ul#navlist li#active a:hover { background-color: red; color: #000 }
