.menu_left_table{
  border-right: none;
  border-top: none;
  border-left: none;
  left:0px; top:0px; right:0px;
  background: none;
}

.menu_left_over, .menu_left,.menu_left_selected{
 	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-transform: none;
    letter-spacing: 0px;
    cursor:pointer;
    cursor:hand;
    text-align:center;
}

.menu_left{
    width: 135px;
    background: url(../images/bg1.gif  ) no-repeat  left bottom;
	color: #ffffff;
}
.menu_left_over{
    width: 135px;
    background: url(../images/bg2.gif  ) no-repeat  left bottom;
    color: #62AB3B;
}
.menu_left_selected{
    width: 135px;
    color: #62AB3B;
    background: url(../images/bg2.gif  ) no-repeat  left bottom;

}

.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.mtDropdownMenu .content {
	position:absolute;
	}

.mtDropdownMenu .items {
    color: #66CC00;
    background:#afe08e;
	position:relative;
	left:0px; top:0px;
	border:1px solid #66CC00;
	z-index:2;
	}

.mtDropdownMenu.top .items {	}

.mtDropdownMenu .item {
    color:  #006600;
    font-size:12px;
    font-family:Tahoma,Arial,Verdana;
    text-decoration:none;
  	border:none;
  	cursor:pointer;
  	cursor:hand;
}

.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=95);
	}

.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.mtDropdownMenu .item.hover {
   	color: #ffffff;
	background: #62AB3B;
	}

.mtDropdownMenu .item img {
	margin-left:10px;
	}

