/* CSS Document */

#navlist
{
	color: white;
	background: #DDD9D0;
	padding: 0 1px;
	margin-left: 0;
	width: 12em;
	font: normal 0.8em Verdana, sans-serif;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD9D0;
	border-right-color: #DDD9D0;
	border-bottom-color: #DDD9D0;
	border-left-color: #DDD9D0;
}

#navlist li
{
	list-style: none;
	background: white;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: black;
	background: white;
	border-top-width: 0.2mm;
	border-right-width: 0.2mm;
	border-bottom-width: 0.2mm;
	border-left-width: 4mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FF9900;
	padding-top: 0.4em;
	padding-right: 0.35em;
	padding-bottom: 0.25em;
	padding-left: 0.9em;
}

#navlist a#current {
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #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
{
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9900;
	background-color: #CCCCCC;
}

#navlist a#current:hover
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF0000;
	background-color: #CCCCCC;
}

#navlist a:active
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9900;
	background-color: #DCD8D7;

}

#navlist a#current:active
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9900;
	background-color: #DCD8D7;

}
