.left_menu {
	margin:0px;
}
.left_menu .item1,
.left_menu .item1:hover,
.left_menu .item1-active,
.left_menu .item1-active:hover {
	padding: 7px 0px 7px 15px;
	display: block;
	position: relative;
	text-decoration:none;
	cursor:hand;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(img/left_menu_hover.gif) repeat-x top left;
}
.left_menu .item1 {
	color:#92FFA6;
	background:url(img/left_menu_bg.gif) repeat-y top left;
 }
.left_menu .item2,
.left_menu .item2:hover,
.left_menu .item2-active,
.left_menu .item2-active:hover {
	z-index: 500;
	padding: 7px 20px 7px 20px;
	display: block;
	position: relative;
	text-decoration:none;
	cursor:hand;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
    background:#2A9B00;
}
.left_menu .item2 {
	color:#92FFA6;
	background:#505051;
}

.left_menu .arrow,
.left_menu .arrow:hover {
    padding: 3px 0px 6px 10px;
}
.left_menu .item2 img,
.left_menu .item2-active img{
    position: absolute;
    border: 0;
	right:0px;
	margin-right:5px;
}
.left_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;	
}
.left_menu .bottom,
.left_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}
* html .left_menu td { position: relative; } /* ie 5.0 fix */