.treeview ul { 
	padding: 0 0 0 5px;
	margin: 0; 
	list-style: none;
}

.treeview, .treeview ul { 
	
}

.treeview ul li ul {
	padding:5px 0 0 3px;
	margin:0 0 0 3px;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 4px 16px;
}

.treeview a.selected {

}

.treeview .hover { color: #0099CC; cursor: pointer; }

.treeview li { background: url(/images/template/noexpand.gif) 0 3px no-repeat; }
.treeview .collapsable { background-image: url(/images/template/collapse.gif); }
.treeview .expandable { background-image: url(/images/template/expand.gif); }
.treeview .last { background-image: url(/images/template/noexpand.gif); }
.treeview .lastCollapsable { background-image: url(/images/template/collapse.gif); }
.treeview .lastExpandable { background-image: url(/images/template/expand.gif); }