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

.menuLeftColored H3{
	background-color:#ABD70E;
	padding:2px 8px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(images/corner_right_menu_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menuLeftColored ul{
	background-attachment: scroll;
	background-image: url(../images/backgr_menu_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FFFFFF;
	list-style:none;
}
.menuLeftColored ul li {
	width:182px;
	display:block;
}
.menuLeftColored ul li ul li{
	width:171px;
	display:block;
}

.menuLeftColored li a{
	background-attachment: scroll;
	background-image: url(images/dots_green.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left:8px;
	padding:2px;
	padding-left:15px;
	display:block;
	color:#F9B900;
}
.menuLeftColored li a:hover{
	text-decoration:none;
}
.menuLeftColored li.level1,
.menuLeftColored li.level1Sub {
	color: #F9B900;
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	display:block;
	text-transform:uppercase;
}
.menuLeftColored li.level1SubActive {
	color: #F9B900;
	background-image: url(images/arrow_blue_down.gif);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}
.menuLeftColored li.level1Active {
	color: #F9B900;
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}

.menuLeftColored li.level1SubActive ul {
	margin-left:11px;
}
.menuLeftColored li.level1SubActive ul li{
	background-image: url(images/arrow_leftmenu_level2_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
}
.menuLeftColored li.level1SubActive ul li a{
	color: #B2B3B5;
	padding-left:15px;
}
.menuLeftColored li.level1SubActive ul li a:hover{
	color:#585858;
}

.menuLeftColored li.level1SubActive ul li.active{
	background-image: url(images/arrow_leftmenu_level2_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display:block;
	text-transform:uppercase;
	text-transform:uppercase;
}
.menuLeftColored li.level1SubActive ul li.active a{
	color:#585858;
	padding-left:15px;
}

/* LAST ITEM */

.menuLeftColored li.root {
	color: #55A3D4;
	background-image: url(../images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	display:block;
	text-transform:uppercase;
}
.menuLeftColored li.root a{
	background-image: url(images/none.gif);
	margin-left:8px;
	padding:2px;
	padding-left:15px;
	display:block;
	color:#979799;
}
