.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width:170px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size:12px;
	color:  #333;
	text-align:center;
	background: #FFF;
	opacity: 0.8;
	filter: Alpha(Opacity=80, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	color: #FFF;
	background:#E4AC03;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px;
}
.inputText {
	width: 100px;
	margin:9px 10px 0 0;
	float:right;
}
.inputSub {
	margin:9px 10px 0 0;
	float:right;
}
.inputselect {
	margin:9px 10px 0 0;
	float:right;
}
