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

.treeview .hitarea {
	height: 40px;
	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 a.selected { line-height:40px; color:#004a96}
.onefast{background: url(../images/arrow_c.png) 5px 16px no-repeat;padding-left:16px;}
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 ul li{ margin-bottom:0}
.treeview li ul li a{ background:url(../images/arrow_a.png) no-repeat left center; padding-left: 15px;}
.treeview li{ background:#fff; margin-bottom:15px;padding-left: 15px;}
.treeview li a{ line-height:40px; color:#000}
li.expandable{ background:#fff url(../images/arrow_a.png) no-repeat 15px center; padding-left:15px;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) left center no-repeat;}

.treeview .-hitarea,.treeview .last-hitarea {background: url(../images/arrow_c.png) 15px center 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;}
