.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default-ar.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: -20px;
	float: right;
	cursor: pointer;
	
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 16pt 3px 0px;
	
}

.treeview a {
	color: #F00;
}
.treeview ul li a {
	color: #000;
	text-decoration:none;
}
.treeview ul li ul li a {
	color: #666;
	text-decoration:none;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #000; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line-ar.gif) 146px 0 no-repeat; }
.treeview li ul li{ background: url(images/treeview-default-line-ar.gif) 126px 0 no-repeat; }
.treeview li ul li ul li{ background: url(images/treeview-default-line-ar.gif) 106px 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 146px -176px; }
.treeview li.collapsable ul li.collapsable, .treeview li.expandable ul li.expandable { background-position: 124px -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 146px -1766px }
.treeview li ul li.last { background-position: 126px -1766px }
.treeview li ul li ul li.last { background-position: 106px -1766px }
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default-ar.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
*/

