.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	text-align:center;
	width:102px;
	height:auto;
	overflow:hidden;
	color:#333;
	cursor:pointer;
	background:url(../images/dhs.jpg);
	Z-INDEX: 10;
	LEFT:0px;
	POSITION: relative;
	font-size:12px;
	TOP: 0px;
	line-height:31px;
}
.mtDropdownMenu .hover {
	background: #1B86B4;
	color: #FFF;
}
.mtDropdownMenu .item IMG {
		MARGIN-LEFT: 10px

}
