.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width:168px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	color: #fff;
	text-align:center;
	background: #C1A573;
	opacity: 0.8;
	filter: Alpha(Opacity=80, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	background:#B4624E;
	color: #fff;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
