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

.treeview ul {

	margin-top: 4px;
}

.treeview .hitarea {

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

.treeview li { 
	margin: 0;
}

.treeview a.selected {
    font-weight: bold;
}



.treeview .hover { }

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

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


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

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

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

