.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	text-align:center;
	width:85px;
	line-height:180%;
	color:#262626;
	cursor:pointer;
	background-color:#fff;
	filter: Alpha(Opacity=80, Style=0);
	Z-INDEX: 2;
	LEFT:0px;
	border-left:#eee 1px solid;
	border-right:#eee 1px solid;
	border-bottom:#eee 1px solid;
	POSITION: relative;
	TOP: 0px
}
.mtDropdownMenu .hover {
	BACKGROUND:#0062BE;
	COLOR:#fff;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
