@charset "utf-8";
/* CSS Document */

#navlist
{
	color: white;
	padding: 0 1px;
	margin-left: 0;
	width: 12em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #696054;
	border-bottom-color: #696054;
	background-color: #696054;
	border-top-width: 0.2em;
	border-top-color: #696054;
	border-top-style: solid;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 10px;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: white;
	padding: 0.25em 0.5em 0.4em 0.75em;
	background-color: #696054;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #181817;
	border-bottom-color: #000000;
	border-left-color: #E6E1A4;
}

#navlist a#current {
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #E6E1A4;
}

#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
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	background-color: #9F9585;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#navlist a:active, #navlist a#current:active
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	background-color: #8D7F6B;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
