.arrowlistmenu{
width: 164px; /*width of accordion menu*/
padding:0px 0px 0px 0px;
float:left;

}
.arrowlistmenu .menuheader{
font-size:12px;
	background-image: url(../image/left-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	color: #fff;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	cursor: hand;
	cursor: pointer;
	line-height:32px;
	vertical-align:middle;
	background-position: left center;
	border-bottom:1px thick #ffffff;
}

.arrowlistmenu .openheader{
	font-size:12px;
	background-image: url(../image/left-bg01.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 30px;
	font-weight: bold;
	color: #ffe400;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	cursor: hand;
	cursor: pointer;
	line-height:32px;
	vertical-align:middle;
	border-bottom:1px thick #ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
width: 164px;
	list-style-type: none;
	padding:0;
	margin: 0px;
	margin-top:1px;/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
border-bottom: 1px #fff solid;  /*bottom spacing between menu items*/
background-color:#F1F0F0;
margin:0px;
}
.arrowlistmenu ul li ul li{
	/*bottom spacing between menu items*/
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #fff;
	margin:0px;
	padding:0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background-image: url(../images/cdbg.jpg);
height:25px;
line-height:25px;
vertical-align:middle;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background-image: url(../images/cdbg.jpg);
height:25px;
line-height:25px;
vertical-align:middle;

}
.arrowlistmenu ul li ul li .opensubsubheader{ /*Open state CSS for sub menu header*/
background-image: url(../images/cdbg-1.jpg);
	height:25px;
	line-height:25px;
	vertical-align:middle;
	padding-left:43px;
	border-top: 1px #fff solid;
}

.arrowlistmenu ul li ul li .closedsubsubheader{ /*Closed state CSS for sub menu header*/
background-image: url(../images/cdbg-1.jpg);
margin:0px;
padding:0px;
height:25px;
line-height:25px;
vertical-align:middle;
border-top: 1px #fff solid;
padding-left:43px;

}
.arrowlistmenu ul li ul li a{ /*Closed state CSS for sub menu header*/
margin:0px;
padding:0px;
padding-left:44px;
height:25px;
line-height:25px;
vertical-align:middle;

}

.arrowlistmenu ul li a{
margin:0px;
color: #000000;
background-color:#F1F0F0; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 32px; /*link text is indented 19px*/
text-decoration: none;

}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{
	/*hover state CSS*/
color: #a4020b;
	background-color: #F1F0F0;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #a4020b;
	background: lightblue;
}
/*产品左侧下拉*/
