.treeview{
	padding: 25px 15px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	border:1px solid #eee
}
.treeview ul {
	width: 100%;
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	overflow: hidden;
}


.treeview .hitarea {
	height: 25px;
	width: 20px;
	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; margin-bottom: 10px;
	line-height: 40px;
	overflow: hidden;background: #52a61a url(../images/arrow_c.png) 5px 16px no-repeat;
}
.treeview li a{ text-decoration:none; font-size:16px; font-weight:bold; color:#fff; padding-left:20px;}
.treeview li a.hover{color:#fff;background:#d86132 url(../images/arrow_c.png) 5px 16px no-repeat;;}
.treeview li a.hover:hover{color:#fff;background:#d86132 url(../images/arrow_c.png) 5px 16px no-repeat;;}
.treeview li.treeone a.hover{color:#52a61a;background:#fff;font-size:16px;}

.treeview a.selected {font-weight: bold;}
.onefast{background:#52a61a url(../images/arrow_c.png) 5px 16px no-repeat;}
.onefast:hover{color:#fff;background:#d86132;}
.onefast a{ padding-left:20px;}


li.treeone{background: #fff;padding-left:25px;	border-bottom: 1px solid #e6e6e6;margin-bottom: 0;}
li.treeone a{font-size:15px; font-weight:normal; color:#444; }
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; margin-bottom:10px; background:#52a61a;}
.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;}

