#navlist
{
	color: white;
	background: #3376d1;
	padding: 0 7px;
	margin-left: 0;
	width: 12em;
	font: normal 12px Verdana, sans-serif;
	margin-top: 0px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0em;
color: white;
background: #3366cc;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #fc0;
padding: 0.35em 0.5em 0.35em 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
{
	background: #99ccff;
	padding: 0.35em 0.5em 0.35em 0.75em;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0.5em;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #f30;
}

#navlist a:active, #navlist a#current:active
{
	background: #003399;
	padding: 0.35em 0.5em 0.35em 0.75em;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #f30;
	color: #66CCFF;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

