.mtdropdownmenu {
	left: -1000px; 
	overflow: hidden; 
	position: absolute; 
	top: -1000px
}
.mtdropdownmenu .content {
	position: absolute;	
}
.mtdropdownmenu .items {
	z-index: 2; 
	left: 0px; 
	position: relative; 
	top: 0px;
	border: #ffffff 1px solid;	
}
.top .items {
	border: #ffffff 1px solid;
}
.mtdropdownmenu .item {
	font-size: 11px; 
	cursor: hand; 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
	border: #ffffff 0px solid;
}
.mtdropdownmenu .background {
	z-index: 1; 
	filter: alpha(opacity=100); 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: .8;
	border: #ffffff 0px solid;	
}
.mtdropdownmenu .shadowright {
	z-index: 3; 
	filter: alpha(opacity=0); 
	width: 2px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .4
}
.mtdropdownmenu .shadowbottom {
	z-index: 1; 
	filter: alpha(opacity=0); 
	left: 3px; 
	position: absolute; 
	height: 2px; 
	moz-opacity: .4
}
.mtdropdownmenu .hover {
	background: #006981; 
	color: #ffffff;
	border: #ffffff 0px solid;	
}
.mtdropdownmenu .item img {
	margin-left: 1px;	
}

