
.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.treeview .hitarea {
	height: 25px;
	width: 16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	
	overflow: hidden;
}
.treeview li a{font-size:16px;text-decoration:none;display: inline;font-family: arial;}
.treeview li ul li a{ padding-left:38px}
.treeview li a.hover{color:#f37621;}
.treeview li a.hover:hover{color:#f37621;}

.treeview a.selected {font-weight: bold;}


.treeview li.collapsable, .treeview li.expandable {background-image: none;padding:0px;}



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