@charset "utf-8";
/* CSS Document */

#navlist
{
color: white;
background: #000033;
border-bottom: 0.2em solid #000033;
border-right: 0.2em solid #000033;
padding: 5px 5px 5px 5px;
margin-left: 0;
width: 14em;
font: normal 0.8em Verdana, sans-serif;
z-index:998;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
display: inline;
}

#navlist a
{
width:auto;
display: block;
text-decoration: none;
vertical-align: bottom;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: black;
background: #99aad6;
border-width: 1px;
border-style: solid;
border-color: #000033 #000033 #000033 #000033;
border-left: 1em solid #bdbdbe;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #000033 #000033 #000033 #ffffff; }

#navlist a:hover, #navlist a#current:hover
{
background: #99aad6;
border-color: #000033 #000033 #000033 #ffffff;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a:active, #navlist a#current:active
{
background: #99aad6;
border-color: #000033 #000033 #000033 #ffffff;
padding: 0.25em 0.5em 0.4em 0.75em;
}