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

.treeview ul {
	background-color: white;
/*	margin-top: 4px;*/
}

.treeview .hitarea {
	background: url("../img/icon-controls.gif") 0 -55px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
	* html .treeview .hitarea { background-position: 1px -55px; }

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

.treeview li { 
	margin: 0;
	padding-left: 16px;
}

.treeview a.selected {
	background-color: #eee;
}

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

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 10px 0; }

/** html .treeview li.collapsable, 
* html .treeview li.expandable { background-position: 10px 0; }*/

.treeview .expandable-hitarea { background-position: 0 2px; }
	* html .treeview .expandable-hitarea { background-position: 1px 2px; }

.treeview div.expandable-hitarea:hover { background-position: 0 -26px; }
.treeview div.collapsable-hitarea:hover { background-position: 0 -86px; }

/*.treeview li.last { background-position: 0 -1766px }*/
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url("../img/icon-controls.gif"); }  
.treeview li.lastCollapsable { background-position: 0 -55px }
.treeview li.lastExpandable { background-position: 0 2px }

