/* CSS Document */
#navlist{
padding: 3px;
width: 11em;
background-color: #7187C4;
margin-left: 0px;}

#navlist li{
list-style: none;
border: 1px solid #7187C4;}

#navlist a{
color: #eee;
font-size: 0.85em;
font-weight: bold;
text-decoration: none;
display: block;
border-left: 1.3em solid #fff;
border-bottom: 1px solid #fff;
padding: 4px 8px;}

#navlist a:hover {color: black; border-color: #124; background-color: #D5E3F7; }

#navlist li.nic {
	text-align: center;
	font-weight: bold;
	padding: 0.2em 0px;
	margin: 0.1em 0;
	background-color: #AAAFC0;
	width: auto }

#navlist a:active, #navlist a.current:active {
background: #17a;
border-color: #069 #6cf #5bd white;}

#navlist a.current {
color: #fff;
border-bottom-color:#000000;
background-color: black;
text-decoration: underline}

#navlist a.current:hover {color: #FFFFFF; border-left-color: #FFF;}

#navlist a {width: 99%; /* only necessary for Internet Explorer */}

#navlist a {
voice-family: "\"}\"";
voice-family: inherit;
width: 9.4em;
/* 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 */

.subnavlist {font-size: 0.8em;}

.subnavlist li a:hover {background-color: #ADB5C9;}

.smallFonts {font-size: 0.7em; margin: 0.5em 0}
