
.mtDropdownMenu {
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	margin: 3px 0 0 0;
}
.mtDropdownMenu .content {
	position: absolute;
}
.mtDropdownMenu .items {
	border-right: #373739 1px solid;
	border-top: #373739 1px solid;
	z-index: 2;
	left: 0px;
	border-left: #373739 1px solid;
	border-bottom: #373739 1px solid;
	position: relative;
	top: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #373739;
	cursor:hand;
	cursor:pointer;
}
.top .items {
	border-top: medium none
}
.mtDropdownMenu .item {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	/*cursor: hand;*/
	color: #373739;
	border-bottom: medium none;
	text-decoration: none;
	margin: 0 0 0 5px;
}
.mtDropdownMenu .background {
	 z-index: 1;
	 filter: alpha(opacity=90);
	 left: 0px;
	 position: absolute;
	 top: 0px;
	 moz-opacity: .6;
	 background: #B8C9C3;
}
.mtDropdownMenu .shadowRight {
	z-index: 3;
	filter: alpha(opacity=40);
	width: 2px;
	position: absolute;
	top: 3px;
	moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	z-index: 1;
	filter: alpha(opacity=40);
	left: 3px;
	position: absolute;
	height: 2px;
	moz-opacity: .4
}
.mtDropdownMenu .hover {
	background: #B8C9C3;
	color: #373739;
	cursor:hand;
}
.mtDropdownMenu .item IMG {
	margin-left: 0;
}
