/* CSS Document */

.menu_left {
	margin:0px;
	padding:0px;
}

.menu_left ul{
	margin:0px;
	padding:0px;
	padding-left:3px;
	padding-right:4px;
	background-color:#FFFFFF;
	padding-top:1px;
	padding-bottom:4px;
}

.menu_left li.level1{
	list-style:none;
	margin:0px;
	padding:0px;
	width:133px;
}
*html .menu_left li.level1{
	width:151px;
}

.menu_left li.level1 a{
	margin:0px;
	padding:0px;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	width:133px;
	display:block;
	background-attachment: scroll;
	background-color: #F1E7B4;
	background-image: url(images/level1_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:4px #FFFFFF solid;
}
*html .menu_left li.level1 a{
	width:151px;
}

.menu_left li.level1 a:hover{
	background-image: url(images/level1_on.jpg);
	color:#FFFFFF;
}

/* LEVEL 1 ACTIVE */

.menu_left li.level1active{
	list-style:none;
	background-attachment: scroll;
	background-color: #F1E7B4;
	background-image: url(images/level1_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px #FFFFFF solid;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:151px;
}
.menu_left li.level1active a{
	margin:0px;
	padding:0px;
	padding-left:18px;
	padding-top:0px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:151px;
	display:block;
}

/* LEVEL 2 */

.menu_left li.level2{
	list-style:none;
	margin:0px;
	padding:0px;
	width:133px;
}
*html .menu_left li.level2{
	width:151px;
}

.menu_left li.level2 a{
	margin:0px;
	padding:0px;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	width:133px;
	display:block;
	background-attachment: scroll;
	background-color: #E1CB82;
	background-image: url(images/level2_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px #FFFFFF solid;
}
*html .menu_left li.level2 a{
	width:151px;
}

.menu_left li.level2 a:hover{
	color:#A66525;
}

/* LEVEL 2 ACTIVE */

.menu_left li.level2active{
	list-style:none;
	background-attachment: scroll;
	background-color: #E1CB82;
	background-image: url(images/level2_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px #FFFFFF solid;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:151px;
}
*html .menu_left li.level2active{
	width:151px;
}
.menu_left li.level2active a{
	margin:0px;
	padding:0px;
	padding-left:18px;
	padding-top:0px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A66525;
	text-decoration:none;
	width:133px;
	display:block;
}
*html .menu_left li.level2active a{
	width:151px;
}


/* LEVEL 3 */

.menu_left li.level3{
	list-style:none;
	margin:0px;
	padding:0px;
	width:121px;
}
*html .menu_left li.level3{
	width:151px;
}

.menu_left li.level3 a{
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEF7CB;
	text-decoration:none;
	width:121px;
	display:block;
	background-attachment: scroll;
	background-color: #6882BE;
	background-image: url(images/none.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px #FFFFFF solid;
}
*html .menu_left li.level3 a{
	width:151px;
}

.menu_left li.level3 a:hover{
	color:#FFFFFF;
}

/* LEVEL 3 ACTIVE */

.menu_left li.level3active{
	list-style:none;
	background-attachment: scroll;
	background-color: #6882BE;
	background-image: url(images/none.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px #FFFFFF solid;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:151px;
}
*html .menu_left li.level3active{
	width:151px;
}

.menu_left li.level3active a{
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-top:0px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	width:133px;
	display:block;
}
*html .menu_left li.level3active a{
	width:151px;
}

