.nav_on {
   background-color:#4F4F4F;
}
.nav_off {
	background-color:#303030;
}
.left_menu{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}
.left_menu .item1,
.left_menu .item1:hover,
.left_menu .item1-active,
.left_menu .item1-active:hover {
	padding: 0px 0px 8px 21px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
    outline:none;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	background-repeat:no-repeat;
	background-position:10px 10px;
	
}
.left_menu .item1 {
	padding: 0px 0px 8px 21px;
	color: #D8C201;
	background-repeat:no-repeat;
	background-position:10px 10px;
  

}

.left_menu .item2,
.left_menu .item2:hover,
.left_menu .item2-active,
.left_menu .item2-active:hover {
	padding: 0px 10px 7px 10px;
	color: #D8C201;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#212121;
}
.left_menu .item2 {
	color: #FFFFFF;
}

.left_menu .arrow,
.left_menu .arrow:hover {
	align: right;
	background-image: url(img/white_arrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.left_menu .item2 img,
.left_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.left_menu .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	text-align: left;
	margin-top: 0px;
}

.left_menu .bottom,
.left_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .left_menu td { position: relative; } /* ie 5.0 fix */