﻿/*---------------------------*/
.mtDropdownMenu {
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	margin-top: 4px;}
.mtDropdownMenu .content {
	position: absolute
;}
.mtDropdownMenu .items {
	z-index: 2; left: 0px; position: relative; top: 0px
;}
.top .items {
	color: #FFFFFF;}
.mtDropdownMenu .item { background-color:#edf7f9;
	 font-size: 12px;cursor: hand; color: #4a4b4b; text-decoration: none
;}
.mtDropdownMenu .background {
	z-index: 1; filter: alpha(opacity=0); left: 0px; position: absolute; top: 0px;}
.mtDropdownMenu .shadowRight {
	z-index: 3; filter: alpha(opacity=0); width: 2px; position: absolute; top: 3px;}
.mtDropdownMenu .shadowBottom {
	z-index: 1; filter: alpha(opacity=0); left: 3px; position: absolute; height: 2px;}
.mtDropdownMenu .hover {
	background: #666666; color: #FF9900; cursor:pointer;}
.mtDropdownMenu .item IMG {
	margin-left: 12px
;}