.menu_left_table{
  border-right: none; 
  border-top: none; 
  border-left: none; 
  background-color: #E3ECF3;
}

.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: #FFFFFF; 
	font-size: 11px; 
}
.menu_left_over{
	color: #0067C6; 
	background-color: #FFF;
}
.menu_left_selected{
	color: blue; 
	background-color: #CCCCFF;
}

.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.mtDropdownMenu .content {
	position:absolute;
	}

.mtDropdownMenu .items {
	background-color:#0067C6;
	position:relative;
	left:0px; top:0px;
	border:1px solid #425E6E;
	z-index:2;
	}

.mtDropdownMenu.top .items {
background-color:#EEECEC;
position:relative;
left:0px; top:0px;
border:1px solid #425E6E;
z-index:2;
}

.mtDropdownMenu .item {
 	color:#033C79;
    font-size:11px;
    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-color:#FFF;
	color:#0067C6;
	}

.mtDropdownMenu .item img {
	margin-left:10px;
	}
.item {
	border: 1px solid black;
}

.menu_top_table {
	text-align: center;
}

.menu_top_over, .menu_top,.menu_top_selected{ 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration:none;
  cursor:pointer;
  cursor:hand;
}

.menu_top{
	text-align: center;
	color: #FFFFFF; 
}
.menu_top_over{
	color: #0067C6; 
}
.menu_top_selected{
	color: blue; 
}