﻿#navlist {
        color: white;
        background: #99B2E5;
        border-bottom: 0.2em solid #99B2E5;
        border-right: 0.2em solid #99B2E5;
        padding: 0 1px;
        margin-left: 0;
        width: 12em;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 11px;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #3366CC;
        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;
}

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

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

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.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 {
        color: black;
        background: #E4BC27;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
#navlist2 {
	color: white;
	background: #99B2E5;
	border-bottom: 0.2em solid #99B2E5;
	border-right: 0.2em solid #99B2E5;
	padding: 0 1px 0 1px;
	margin-left: 0;
	width: 12em;
	font: normal 10px Verdana, sans-serif;
}
#navlist2 li {
        list-style: none;
        margin: 0;
        font-size: 11px;
}
#navlist2 a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #3366CC;
        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;
}
#navlist2 a#current { border-color: #5bd #035 #068 #f30; 
}
#navlist2 a {
        width: 99%;
        /* only necessary for Internet Explorer */
}
#navlist2 a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}
#navcontainer>#navlist2 a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}
#navlist2 a:hover, #navlist2 a#current:hover {
        color: black;
        background: #E4BC27;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}