.menu_left_table{
  border-right: none;
  border-top: none; 
  border-left: none;
  border-bottom: 1px solid;
  background: #E5E5E5;
}

.menu_left_over, .menu_left,.menu_left_selected{ 
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
  cursor:pointer;
  cursor:hand;
}

.menu_left{
	color: #035DAB;
}
.menu_left_over{
	color: white;
	background: #007558;
    text-decoration: underline;
}
.menu_left_selected{
	color: #035DAB;
	background: #CCCCFF;
}

.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.mtDropdownMenu .content {
	position:absolute;
	}

.mtDropdownMenu .items {
	background:#E2E2E2;
	position:relative;
	left:0px; top:0px;
	border:1px solid white;
	z-index:2;
	}

.mtDropdownMenu.top .items {	}

.mtDropdownMenu .item {
    color:004899;
    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 {
	background:#017550;
	color:white;
    text-decoration: underline;

  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-weight: bold;
	text-decoration:none;
    cursor:pointer;
    cursor:hand;
	}

.mtDropdownMenu .item img {
	margin-left:10px;
	}
