.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width:135px;
	height:28px;
	overflow:hidden;
	line-height:28px;
	font-size:12px;
	color: #333;
	text-align:center;
	background: #FFF;
	opacity: 0.8;
	filter: Alpha(Opacity=80, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	color: #FFF;
	background:#86A907;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px;
}
.y_yinc {
	position: absolute;
	z-index: 91;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/y.png) repeat;
	opacity:0;
}
.clothes_mg a:hover .y_yinc {
	opacity: 1;
}
.product_mg a:hover .y_yinc {
	opacity: 1;
}