.productList .productCategoryMenu {
	margin-bottom: 10px;
	position: relative;
	*z-index: 20;
	*zoom: 1;
	border: 1px solid #cccccc;
	border-top: 0px;
}

.productList .productCategoryMenu li {
	*width: 100%;
	*float: left;
}

.productList .productCategoryMenu .item {
	padding: 0px 8px;
	-webkit-transition: ease-in background-color 0.4s;
	-moz-transition: ease-in background-color 0.4s;
	transition: ease-in background-color 0.4s;
	border-bottom: 1px solid #efefef;
	
}

.productList .productCategoryMenu .item.last {
	border-bottom: 0px;
}

.productList .productCategoryMenu .item div {
	_width: 100%;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}

.productList .productCategoryMenu .item a {
	margin-right: 6px;
	color: #888888;
	font-size:13px;
}

.productList .productCategoryMenu .item strong {
	color: #444444;
	font-family: "Microsoft YaHei";
}

.productList .productCategoryMenu li:hover .item {
	background-color: #b89987;
}

.productList .productCategoryMenu li:hover .item a, .index .productCategoryMenu li:hover .item strong {
	color: #ffffff;
}

.productList .productCategoryMenu .menu {
	width: 690px;
	min-height: 364px;
	_height: 364px;
	display: none;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 20;
	filter: alpha(opacity = 95);
	opacity: 0.95;
	-webkit-box-shadow: 2px 2px 6px #dddddd, inset 2px 0px 3px #eeeeee;
	-moz-box-shadow: 2px 2px 6px #dddddd, inset 2px 0px 3px #eeeeee;
	box-shadow: 2px 2px 6px #dddddd, inset 2px 0px 3px #eeeeee;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.productList .productCategoryMenu .menu dl {
	width: 438px;
	line-height: 40px;
	clear: both;
	padding: 4px 0px 4px 72px;
	border-bottom: 1px solid #efefef;
}

.productList .productCategoryMenu .menu dl.last {
	border-bottom: 0px;
}

.productList .productCategoryMenu .menu dl dt {
	width: 72px;
	_display: inline;
	float: left;
	margin-left: -72px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.productList .productCategoryMenu .menu dl dd {
	float: left;
	color: #cccccc;
	white-space: nowrap;
}
.productList .productCategoryMenu .menu dl dt a {
	font-size:13px;
}
.productList .productCategoryMenu .menu dl dd a {
	margin: 0px 8px;
	font-size:13px;
}

.productList .productCategoryMenu .menu .auxiliary {
	width: 170px;
	height: 364px;
	padding: 0px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-box-shadow: inset 2px 0px 3px #eeeeee;
	-moz-box-shadow: inset 2px 0px 3px #eeeeee;
	box-shadow: inset 2px 0px 3px #eeeeee;
}

.productList .productCategoryMenu .menu .auxiliary strong {
	line-height: 38px;
	display: block;
	clear: both;
}

.productList .productCategoryMenu .menu .auxiliary a {
	line-height: 24px;
	margin-right: 8px;
}

.productList .productCategoryMenu .menu .auxiliary img {
	width: 168px;
	height: 50px;
	margin-bottom: 8px;
}
.productList .productCategoryMenu .connectdiv {
	width:100%;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	position:absolute;
	top:-10px;
	height:10px;
	left:-1px;
}