.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.treeview .hitarea {
	height: 0px;
	width: 0px;
	float: left;
	cursor: pointer;
}
.treeview .open-hitarea {}


* html .hitarea {display: inline;float:none;}

.treeview li {
	overflow: hidden;
	text-align: left;
	margin: 0px;
}

.treeview li a{font-size:14px;text-decoration:none;display: block;}
.treeview li a.hover{color:#0e9d56;}

.treeview li a.hover:hover{color:#fff;}

.treeview a.selected {
	font-weight: normal;
	color: #33844E;
}
.onefast{}
li.treeone{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
li.treeone:hover{color:#fff;background-color: #33844E;cursor: pointer;text-decoration: none;}
li.treeone:hover a{color:#fff;cursor: pointer;text-decoration: none;}



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 {}
.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;}

