.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview .hitarea {
	/* background: url(images/treeview-default.gif) -64px -25px no-repeat; */
	/* background: url(../images/link_expand.jpg) no-repeat 0 4px; */
	height: 18px;
	width: 18px;
	margin-left: -18px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview > li { 
	margin: 0;
	padding: 0 0 0 18px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

/* .treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; } */
.treeview li.expandable .hitarea,
.treeview li.collapsable li.expandable .hitarea { background: url(../images/link_expand.jpg) 0 4px no-repeat; }
.treeview li.collapsable .hitarea,
.treeview li.collapsable li.collapsable .hitarea { background: url(../images/link_expanded.jpg) 0 4px no-repeat; }

.treeview li.collapsable li.expandable,
.treeview li.collapsable li.collapsable { margin-left: 18px; }


.treeview .expandable-hitarea { background: url(../images/link_expand.jpg) 0 4px no-repeat; }
