.treeview, .treeview ul { 
}

.treeview ul {
}

.treeview .hitarea {
	background: url(/images/li_plus.gif) 0 0.3em no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	z-index:999!important;
	//background: url(/images/li_plus.gif) 0 0.3em no-repeat;	
}
/* fix for IE6 */
html *.hitarea {
	display: inline;
	float:none;
}

.treeview li { 
}

.treeview li span { 
	cursor: pointer;
	text-decoration: underline;
}

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

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

.treeview .hover { color: red; cursor: pointer; }

.treeview li {  }
.treeview li.collapsable, .treeview li.expandable {  //padding-left: 16px;}

.treeview .expandable-hitarea {  background:url(/images/li_plus.gif) 0 0.3em no-repeat;
	//background: url(/images/li_plus.gif) 0 0.3em no-repeat;	
 }

 .treeview .collapsable-hitarea {  background:url(/images/li_minus.gif) 0 0.3em no-repeat;
	//background: url(/images/li_minus.gif) 0 0.3em no-repeat;	
 }

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

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {  }

