.mtDropdownMenu {
	left: -1000px; overflow: hidden; position: absolute; top: -1000px;
}
.mtDropdownMenu .content {
	position: relative;
	border-top: 0px solid #999999;
}
.mtDropdownMenu .items {
	border-right: 0px solid #999999; 
	border-top: 0px solid #999999; 
	border-left: 0px solid #999999; 
	border-bottom: 0px solid #999999; 
	z-index: 2; 
	position: relative; 
	left: 0px; 
	top: 0px;
}
.top .items {
	border-top: medium none;
}
.mtDropdownMenu .item {
	background-color:#AE8A0E;
	color:#FFFFFF;
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	padding-top:7px;
	padding-bottom:8px;
}
.mtDropdownMenu .hover {
	background-color:#5300EC;
	color:#ffffff;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	padding-top:7px;
	padding-bottom:8px;

}
.mtDropdownMenu .background {
	z-index: 1;
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: .8;
}
.mtDropdownMenu .shadowRight {
	z-index: 3; 
	width: 0px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .4;
}
.mtDropdownMenu .shadowBottom {
	z-index: 1; 
	left: 3px; 
	position: absolute; 
	height: 0px; 
	moz-opacity: .4;
}
.mtDropdownMenu .item IMG {
	margin-left: 10px;
}
