/*文章类别列表样式*/
li{
	list-style-type:none;
}
div,form,images,ul,ol,li,dl,dt,dd {
	margin: 0; 
	padding: 0; 
	border: 0; 
}
images {border:0;}
.contents {  
	float:left;
	width:220px;
	background: url(../image/Contents-bg.gif) no-repeat; 
	height:660px;
	padding:45px 0 0;
	margin-bottom:10px;
}
div.left_menu {
	height:580px; 
	overflow:auto;
	width:218px;
	overflow-x:hidden;
}

div.left_menu div {
	overflow: hidden;
	width:190px;
	margin-left:15px;
	
}
div.left_menu div span {
	height:25px;
	color:#4d524d;
	font-size:14px; 
	display:block;
	padding:15px 0px 5px 20px;
	background:url(../image/5.gif) no-repeat 0px 19px;
	display:block;
	cursor:hand;
	border-bottom: dashed 1px #ccd4c9;
	margin-bottom:5px;
}

div.left_menu div.collapsed {
	height: 35px;
	background:url(../image/5.gif) no-repeat 0px 19px;
	border-bottom: dashed 1px #ccd4c9;
}

div.left_menu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
}
div.left_menu div a {
	background:url(../image/arrow1.gif) no-repeat 20px;
	height:auto;
	font-size:12px;
	padding:0px 0px 0px 35px;
	color:#129505;
	display:block;
}
	
/*
div.left_menu div a.current {
	background : #ccc;
}
div.left_menu div a:hover {
	background : #4a4a4a url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}*/