.treeview, .treeview ul { 
	padding: 0;
	list-style: none;
}

.treeview ul {
	background-color: transparent;
	
}

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

.treeview li { 
	margin: 0;
	
}
.treeview a.hover {
	color: #b67c17;
}
.treeview a.selected {
	color: #b67c17;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li span {margin-left:3px;}
.treeview li span.hover {color: #b67c17;}
.treeview li.collapsable, .treeview li.expandable {}

.treeview .expandable-hitarea {}

.treeview li.last {}

.treeview li.lastCollapsable, .treeview li.lastExpandable {} 
 
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {  }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
