

.treeview .hitarea {
	height: 20px;
	width: 26px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.treeview li li .hitarea {
	left: 18px;
}


.treeview a.selected {
	color: #fff !important;
}


.treeview .hover { color: red; cursor: pointer; }


.treeview li.collapsable, .treeview li.expandable {  }

.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea { background: url(images/plus.gif) no-repeat 10px 9px; }

.treeview .collapsable-hitarea { background: url(images/minus.gif) no-repeat 10px 9px; }
