.treeview .hitarea {
	height: 25px;
	width: 25px;
	padding: 0px 0px 0px 0px;
	margin: 11px 9px 0px 0px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .treeview .hitarea {
	margin: 11px 3px 0px 0px;
}

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

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

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

.treeview li { background: url(images/tre.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0px 0px; }

.treeview .expandable-hitarea { background-position: -75px 0px; }

.treeview li.last { background-position: 0 0px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 0px }
.treeview li.lastExpandable { background-position: -75px 0px; }

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

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); 0 0 no-repeat; }

