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

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

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

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 15px;
}

.treeview li ul li { 
	margin: 0;
	padding: 1px 0pt 1px 1px;
	font-size:12px;
	min-height:16px!important;
}

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

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

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

.treeview li { background: none; }
.treeview li.collapsable { 	background: url(images/minus.gif) 0px 4px no-repeat; }
.treeview li.expandable { 	background: url(images/plus.gif) 0px 4px no-repeat; }

.treeview .expandable-hitarea { background-position: 10px 0px; z-index:2; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }




