.treeview{ 
	padding:10px 0 10px 20px;
	margin: 0;
	list-style: none; background: #e3f3ff;font-size: 15px;
}
.treeview ul { 
	padding:10px 0 0 0;
	margin: 0;
	list-style: none;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable,.treeview .hitarea { background-image: url(images/default.png); background-repeat: no-repeat; }
.treeview .hitarea {
	background-position: -138px -33px; height: 23px;	width: 23px;
	margin-left: -25px;
	margin-top: -5px;
	float: left;
	cursor: pointer;
}
.treeview .expandable-hitarea { background-position: -170px -1px; }  
.treeview li.lastCollapsable { background-position: 0 -156px }
.treeview li.lastExpandable { background-position: -64px -92px }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 5px 0 5px 23px; line-height:14px;
}

.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.collapsable, .treeview li.expandable { background-position: 0 -185px; }



.treeview li.last { background-position: 0 -1766px }


.treeview div.lastCollapsable-hitarea{ background-position: -10px -161px; }
.treeview div.lastExpandable-hitarea{ background-position: -74px -97px; }


