/* CSS Document */

#navlist
{
color: white;
border-bottom: 0.2em solid #17a;
border-right: 0.2em solid #17a;
border-top: 0px;
border: 1px solid #7799cc;
margin-left: 0;
margin: 0px;
width: 12em;
padding: 0px;
font: bold 10px verdana,helvetica,arial,sans-serif;
background: #7799cc;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
color: white;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;

/*background: #39c; 1a4087*/
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
/*border-left: 1em solid #fc0;*/
padding: 0.25em 0.5em 0.4em 0.75em;

/*padding: 4px 8px 4px 8px; aaaabb*/
border: 0px;
border-left: 10px solid #94b7e1;
background: #557699;
text-align: right;
}

#navlist a#current 
{
 border-color: #5bd #035 #068 #ff9900;
 }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 8.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active
{
background: #96ceff;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}
