.mtdropdownmenu {
	left: -1000px; 
	overflow: hidden; 
	position: absolute; 
	top: -1000px
}
.mtdropdownmenu .content {
	position: absolute;	
}
.mtdropdownmenu .items {
	z-index: 20; 
	left: 0px; 
	position: relative; 
	top: 0px;
	border: #ffffff 1px solid;	
}
.top .items {
	border-left: #093970 1px none;
	border-top: #FF0000 2px solid;
	border-right: #052241 1px none;
	border-bottom: #FF0000 1px none;
}
.mtdropdownmenu .item {
	font-size: 10px; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none;
	border: #ffffff 0px solid; 

}
.mtdropdownmenu .background {
	z-index: 10; 
	filter: alpha(opacity=100); 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: .8;
	border: #ffffff 0px solid;	
}
.mtdropdownmenu .shadowright {
	z-index: 30; 
	filter: alpha(opacity=0); 
	width: 2px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .4
}
.mtdropdownmenu .shadowbottom {
	z-index: 10; 
	filter: alpha(opacity=0); 
	left: 3px; 
	position: absolute; 
	height: 2px; 
	moz-opacity: .4
}
.mtdropdownmenu .hover {
	background: #0A246A; 
	color: #FFFFFF;
	border: #ffffff 0px solid;	
}
.mtdropdownmenu .item img {
	margin-left: 1px;	
}