/*下拉菜单*/
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}
.mtDropdownMenu .items {
	Z-INDEX: 2;
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4020F;
	border-right-color: #FFFFFF;
	border-bottom-color: #fff;
	border-left-color: #FFFFFF;
}
.mtDropdownMenu .item {
	PADDING-RIGHT: 30px;
	PADDING-LEFT: 30px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	LINE-HEIGHT: normal;
	PADDING-TOP: 9px;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4020F;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: solid;
}
.mtDropdownMenu .background {
	Z-INDEX: 1;
	FILTER: alpha(opacity=100);
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	moz-opacity: .8;
	border: 0px solid #FFFFFF;
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=100); WIDTH: 0px; POSITION: absolute; TOP: 3px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=100); LEFT: 6px; POSITION: absolute; HEIGHT: 0px; moz-opacity: .4
}
.mtDropdownMenu .hover {
	FILTER: alpha(opacity=100);
	LEFT: 1px;
	COLOR: #000000;
	background-color: #f1f1f1;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}

/*下拉菜单end*/
