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

.treeview ul {
	margin-top: 4px;
}

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

.treeview li { 
	margin: 0;
	padding: 0px;
}

.treeview a.selected {
	text-decoration: none;
}
.treeview a.hover {
	text-decoration: underline;
}

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

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

.treeview .expandable-hitarea {  }

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

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

