body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: default;
	margin: 0 0 0 0;
	font-size: 8pt;
	background-color: #ffffff;
}
A, A:visited, A:link, A:active {
	color: #333;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	text-decoration: none;
	background: none;
	font-size: 1.2em;
	
}
A:hover{
	text-decoration: none;
}
#navlist
{
color: white;
padding: 0;
margin-top: 0px;
margin-left: 0px;
background: #c8e0fe;
width: 200px;
height: 220px;
font: normal 0.8em Tahoma, sans-serif;
}
#navlist .orange{
	color: #004f9c;
}
#navlist li
{
list-style: none;
margin: 0;
font-size: 1.6em;
}

#navlist a
{
display: block;
text-decoration: none;
color: #000;
background: #c8e0fe;
border-width: 0px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
padding: 0.1em 0 0.2em 0;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
/* width: 98%;
only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 200px;

/* 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: #004f9c;
border-color: #069 #6cf #5bd #fc0;
color: #fff;
padding: 0.1em 0 0.2em 0;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.1em 0 0.2em 0;
}

