.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width:111px;
	height:35px;
	overflow:hidden;
	line-height:35px;
	font-size:12px;
	color: #333;
	text-align:center;
	background: #FFF;
	opacity: 0.7;
	filter: Alpha(Opacity=70, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	background:#177EDD;
	font-weight:bold;
	color: #FFF;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
