@charset "utf-8";
/* CSS Document */

#level1 {
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #686C87;
	width: 151px;
}

#level1 li {
	color: #fff;
	margin-bottom: 1px;
	background-color: #686C87;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#level1 li a{
	display: block;
	color: #fff;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
	background-color: #686C87;
}

#level1 li a.selected {
	display: block;
	color: #fff;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
	background-color: #94341E;
}

#level1 li a:hover, #level1 li a:focus, #level li a:active {
	background: #9CA2CB ;
	text-decoration: underline ;
	}
	
#level2 {
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #9CA2CB;
	width: 151px;
}

#level2 li {
	color: #fff;
	margin-bottom: 0px;
	background-color: #9CA2CB;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#level2 li a{
	display: block;
	color: #fff;
	font: 0.7em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	padding: 4px 0;
	background-color: #9CA2CB;
	text-indent: 25px;
}

#level2 li a.selected{
	display: block;
	color: #000;
	font: 0.7em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	padding: 4px 0;
	background-color: #CACA00;
}

#level2 li a:hover, #level2 li a:focus, #level2 li a:active {
	text-decoration: none;
	background-color: #686C87;
	}

#level3 {
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: O;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #9900ff;
	width: 151px;
}

#level3 li {
	color: #fff;
	margin-bottom: 0px;
	background-color: #9CA2CB;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#level3 li a{
	display: block;
	color: #fff;
	font: 0.7em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	padding: 4px 0;
	background-color: #9CA2CB;
}

#level3 li a.selected{
	display: block;
	color: #000;
	font: 0.7em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
	padding: 4px 0;
	background-color: #CACA00;
}

#level3 li a:hover, #level2 li a:focus, #level2 li a:active {
	/*text-decoration: underline;*/
	background-color: #686C87;
	}

