#filetree {
 margin: 5px 0 25px 16px;
}
.treeview, .treeview ul {
 font-size: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 2px;
}

.treeview .hitarea {
	background: url(../img/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview li ul li { 
	margin: 0;
	padding: 3px 0pt 3px 0px;
}

.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 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview-red li {  }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/treeview-red2.gif); background-repeat: no-repeat;} 
