.treeview .hitarea {
	/*background: url(images/treeview-default-rtl.gif) -16px -25px no-repeat;*/	
	margin-right: -16px;
	float: right;
	
}
/*
.treeview  .collapsable-hitarea{
	background: url(images/minus.gif)
}

.treeview  .expandable-hitarea{
	background: url(images/plus.gif)
}
*/
.treeview li { 	
	padding: 3px 16pt 3px 0px;
}
/*.treeview li { background: url(images/treeview-default-line.gif) 98.5% 0 no-repeat; }*/
/*
.treeview li.collapsable, .treeview li.expandable {
	background-position: 98.5% -176px;
}

.treeview .expandable-hitarea {
	background-position: 0px -3px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default-rtl.gif); }
.treeview li.lastCollapsable { background-position: -80px -111px }
.treeview li.lastExpandable { background-position: -48px -67px }

*/