#main_left .main_leftcontent #leftmenu ul {
	margin-left:0;
}
#main_left .main_leftcontent #leftmenu ul.level1 {
	background:url(../images/bg_sub_top.gif) right top no-repeat;
	padding-top:5px;
}
*:first-child+html #main_left .main_leftcontent #leftmenu ul.level1 {
	background:url(../images/bg_sub_top.gif) right top no-repeat;
	margin-top:13px;
}
#main_left .main_leftcontent #leftmenu ul.level1 li.level-1-end {
	padding:0;
	margin:0;
	background:url(../images/bg_sub_bottom.gif) right top no-repeat;
	height:5px;
}
*:first-child+html #main_left .main_leftcontent #leftmenu ul.level1 li.level-1-end {
	background:#121212 url(../images/bg_sub_bottom.gif) right top no-repeat;
	height:13px;
}
#main_left .main_leftcontent #leftmenu li {
	list-style:none;
}
#main_left .main_leftcontent #leftmenu li.main a {
	border:none;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	background:url(../images/bg_menu_main.gif) repeat-x center left;
	height:25px;
	font-size:10px;
	padding: 8px 0 2px 3px;
	cursor:pointer;
	text-transform:uppercase;
}
#main_left .main_leftcontent #leftmenu .level-1 {
	background:#8c8a8a;
	margin-left:2px;
}
#main_left .main_leftcontent #leftmenu li.level-1 a {
	padding:4px 2px 4px 8px;
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/bg_menu_sub.gif) left bottom repeat-x;
}
#main_left .main_leftcontent #leftmenu ul.level2 {
	background:#fff;
}
#main_left .main_leftcontent #leftmenu li li.level-2 a {
	padding:3px 0 2px 5px;
	color:#6a6a6a;
	background:none;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}
#main_left .main_leftcontent #leftmenu li li.level-2 a span {
	display:block;
	color:#DC1F25;
}
#main_left .main_leftcontent #leftmenu ul.level2 li#active, #main_left .main_leftcontent #leftmenu ul.level2 li a:hover {
	background:#ccc;
}

