

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	background-color:#F3EDE6;
	/*margin-top: 4px;*/
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	/**margin-right: -5px;*/
	float: left;
	cursor: pointer;
	margin-top:7px;
}


*:first-child+html .treeview .hitarea {
	margin-right: -3px;
}



/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0;
	/**height:1%;*/
	
	
	}

.treeview li li{ 
	margin-left:25px;
	}

.treeview li li li{ 
	margin-left:20px;
	}



#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { /*color: red; cursor: pointer;*/ }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }
