.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	background:#f3faff;
	border:#e6f5ff 1px solid;
}

.treeview .hitarea {
	height: 25px;
	width: 16px;
	float: left;
	cursor: pointer;
}
.treeview .open-hitarea {background: url(../images/arrow_c.png) 5px 16px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	line-height: 50px;
	border-top: 1px solid #e6f5ff;
	background: url(../images/images/xiaobiao.png) left no-repeat;
	width:180px;
    overflow:hidden;
}
.treeview li a{width:190px;font-size:15px;text-decoration:none; text-align:center; padding-left:60px; }

.treeview li a.hover:hover{color:#007ed5;overflow: hidden;}
.treeview li a:hover{color:#007ed5;overflow: hidden; }




.onefast{background: url(../images/arrow_c.png) 5px 16px no-repeat;padding-left:16px;}
li.treeone{background: url(../images/arrow_c.png) 15px 16px no-repeat;padding-left:25px;}
li.treetow{background: url(../images/arrow_c.png) 25px 16px no-repeat;padding-left:35px;}
li.treefour{background: url(../images/arrow_c.png) 35px 16px no-repeat;padding-left:45px;}
li.treefive{background: url(../images/arrow_c.png) 45px 16px no-repeat;padding-left:55px;}
li.six{background: url(../images/arrow_c.png) 55px 16px no-repeat;padding-left:65px;}

.treeview li.collapsable, .treeview li.expandable {background-image: none;padding:0px;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) 5px 16px no-repeat;}
.treeview .expandable-hitarea {background: url(../images/arrow_a.png) 5px 16px no-repeat;}
.treeview .-hitarea,.treeview .last-hitarea {background: url(../images/arrow_c.png) 5px 16px  no-repeat;}

.treeone .hitarea{margin-left: 10px;}
.treetow .hitarea{margin-left: 20px;}
.treefour .hitarea{margin-left: 30px;}
.treefive .hitarea{margin-left: 40px;}
.six .hitarea{margin-left: 50px;}

