.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;
	padding-left:30px;
	background:url(/static/i06.gif) no-repeat 15px 18px;
}
.treeview li:hover{background:#f99d32 url(/static/i12.gif) no-repeat 15px 18px;}
.treeview li a{font-size:14px;text-decoration:none;}
.treeview li:hover a{color:#ffffff;}
.treeview li a.hover:hover{color:#0e9d56;}
.treeview .hover{background:#f99d32 url(/static/i12.gif) no-repeat 15px 18px;}

.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;}

