.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font: 11px Tahoma;
	direction: rtl;
}

.treeview ul {
	background: none;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(treeview-default.gif) -64px -25px no-repeat;
	height: 20px;
	width: 16px;
	margin-right: -16px;
	float: right;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 3px 19px 3px 0;
	line-height: 13px;
}

.treeview a {
	text-decoration: none;
}

.treeview li { background: url(treeview-default-line.gif) 100% -6px no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 100% -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 100% -1772px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(treeview-default.gif); }  
.treeview li.lastCollapsable { background: none; }
.treeview li.lastExpandable { background: none; }

.treeview div.lastCollapsable-hitarea { background-position: 0 -114px; }
.treeview div.lastExpandable-hitarea { background-position: -32px -67px; }

