.mtDropdownMenu {
	overflow: hidden;
	position: absolute;
	top: -1000px;
	text-align:left;
}
.mtDropdownMenu .content {
	position: absolute;
	text-align:left;
}
.mtDropdownMenu td{
	padding-left:5px !important;
}
.mtDropdownMenu .content a{
	color:#505050;
	text-decoration:none;
	display:block;
}
.mtDropdownMenu .content a:hover{
	color:#000;
	text-decoration:none;
}
.mtDropdownMenu .items {
	border: #999 1px solid;
	z-index: 2;
	left: 0px;
	position: relative;
	top: 0px
}
.mtDropdownMenu .item {
	font-size:11px;
	cursor: hand;
	cursor:pointer;
	color:#505050;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height:20px;
}
.mtDropdownMenu .background {
	z-index: 1;
	filter: alpha(opacity=95);
	left: 0px;
	position: absolute;
	top: 0px;
	moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
	z-index: 3;
	filter: alpha(opacity=0);
	width: 2px;
	position: absolute;
	top: 3px;
	moz-opacity:0;
	opacity:0;
}
.mtDropdownMenu .shadowBottom {
	z-index: 1;
	filter: alpha(opacity=0);
	left: 3px;
	position: absolute;
	height: 2px;
	moz-opacity: 0;
	opacity:0;
}
.mtDropdownMenu .hover {
	background-position: 0% 50%;
	background-attachment: scroll;
	color: #2e5e9e;
	background-repeat: repeat;
	background-color: #dfe2f1
}