.mtDropdownMenu {
	left: -1000px; overflow: hidden; position: absolute; top: -1000px;
}
.mtDropdownMenu .content {
	position: relative;
	border-top: 0px solid #ffffff;
}
.mtDropdownMenu .items {
	border-right: 1px solid #ffffff; 
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff; 
	z-index: 2; 
	position: relative; 
	left: 0px; 
	top: 0px;
}
.top .items {
	border-top: medium none;
}
.mtDropdownMenu .item {
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.mtDropdownMenu .background {
	z-index: 1; 
	filter: alpha (opacity=85); 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: .8;
}
.mtDropdownMenu .shadowRight {
	z-index: 3; 
	filter: alpha (opacity=40); 
	width: 2px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .4;
}
.mtDropdownMenu .shadowBottom {
	z-index: 1; 
	filter: alpha (opacity=40); 
	left: 3px; 
	position: absolute; 
	height: 2px; 
	moz-opacity: .4;
}
.mtDropdownMenu .hover {
	background: #ffffff; 
	color: #692023;
}
.mtDropdownMenu .item IMG {
	margin-left: 10px;
}
