/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.public_2col {
	
}
.classify{
	position:relative;
	width: 200px;
	border-top: 12px solid #ccc;
	top:-10px;
}
.classify h3{
	margin-bottom:10px;
}
.classify ul{
	overflow:hidden;
	width: 200px;
	}
.classify li{
	width:100%;
	line-height:45px;
	position:relative;
	margin-bottom:4px;
}
.classify li a{
	position:relative;
	display:block;
	text-align:center;
	height:45px;
	border:1px solid #CCC;
}
.classify ul li{
}
.classify ul li.current{
	background:#CD100F;
}
.classify ul li.current a.cur:link,.classify li.current a.cur:visited{
	color:#fff;
}

/*二级*/
.classify ul li .child{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	overflow:hidden;
	background: #edebec;
}
.classify ul li .child ul li{
	border-bottom:1px solid #fff;
	border:none;
	*background:#f9f9f9;
	_background:#f9f9f9;
}
.classify ul li .child ul li a{
	*display:inline-block;
	_display:inline-block;
	_height:24px;
	_margin-top:2px;
}

/*箭头*/
.classify li .arrow{
	position:absolute;
	width:40px;
	height:45px;
	top:0px;
	right:0px;
	cursor:pointer;
}
.classify li .arrow a{
	display:block;
	width:40px;
	height:45px;
}
.classify li .arr_01 a{
	background:url(../../img/common/ico_1.gif) no-repeat center center;
}
.classify .current .arr_01 a{
	background:url(../../img/common/ico_1_w.gif) no-repeat center center;
}
.classify li .arr_01 a:hover{
	background:url(../../img/common/ico_3_w.gif) #9f0708 no-repeat center center;
}
.classify li .on a{
	background:url(../../img/common/ico_2_w.gif) #9f0708 no-repeat center center;
}
.classify li .on a:hover{
	background:url(../../img/common/ico_2_w.gif) #9f0708 no-repeat center center;
}
.classify .current .on a{
	background:url(../../img/common/ico_2_w.gif) #9f0708 no-repeat center center;
}





































