
.arrowlistmenu{
	width: 164px; /*width of accordion menu*/
	padding:0px;
	float:left;
	margin: 0px;
}
.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*/

}
.arrowlistmenu ul li ul{
	 /*bottom spacing between menu items*/
	margin-top: 1px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li ul li{
	padding-left: 5px; /*bottom spacing between menu items*/
	 /*bottom spacing between menu items*/
	background-image: url(../image/left-bg02-1.jpg);
	background-repeat: no-repeat;
	height:24px;
	margin:0px;
	padding:0px;
	border-top:1px thick #ffffff;
	
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(../image/left-bg02-1.jpg);
	background-repeat: no-repeat;
	height:23px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image: url(../image/left-bg02-1.jpg);
	background-repeat: no-repeat;
}

.arrowlistmenu ul li a{
color: #656565;
font-weight: bold;
 /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 32px; /*link text is indented 19px*/
text-decoration: none;
font-size: 12px;
background-image: url(../image/left-bg02-1.jpg);
background-repeat: no-repeat;
height:23px;
border:0px;
line-height:24px;
vertical-align:middle;
}

.arrowlistmenu ul li a:visited{
color: #000;
height:23px;
border:0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(../image/left-bg02.jpg);
	background-repeat: no-repeat;
	color: #ffe400;
	height:23px;
	border:0px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
/*产品左侧下拉*/
