
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:12px;
}

.treeview ul {


}

.treeview .hitarea {

	height: 22px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 16px;
	line-height: 22px;
    
}

.treeview a.selected {

}


.treeview .hover { }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea {
    background: url(img/plus.gif) no-repeat 3px 8px;
}

.treeview .collapsable-hitarea {
    background: url(img/minus.gif) no-repeat 3px 8px;
}

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

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



