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


.treeview li a{color: #151515; font-size: 14px}
.treeview .open-hitarea {background: url(../images/arrow_c.png) 5px 16px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}
.treeview li a{padding: 18px 0;}
.treeview li ul li a {
	margin: 0;
	padding-left: 30px;
	border-top: 1px solid #e6e6e6;
	background: url(../images/arrow_c.png) 16px 25px no-repeat;
	overflow: hidden;
}
.treeview li a{font-size:14px;text-decoration:none;    display: block;
  }
.treeview li a.hover{color:#f37621;}
.treeview li a.hover:hover{color:#f37621;}

.treeview a.selected {font-weight: bold;}
.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.collapsable, .treeview li.expandable {background-image: none;    border-bottom: 1px solid #e1e1e1;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) no-repeat;    top: 25px;
    position: relative;}
.treeview .expandable-hitarea {background: url(../images/arrow_a.png) no-repeat;position: relative;
    top: 25px;}
.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;}
