#tree {
	display: none;
}

.treeview, .treeview ul { 
	background-color: black;
	padding: 0;
	margin: 0;
	list-style: none;

}



.treeview ul {
	
	background-color: black;
	
}

.treeview .hitarea {
	background: url('../../images/empty.gif') -64px -25px no-repeat;
	height: 0px;
	width: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0px 3px 2px;
	text-align: left;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #FFF; cursor: pointer; }

.treeview li { background: url('../../images/empty.gif') 0 0 no-repeat; min-height: 15px; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; min-height: 15px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url('../../images/empty.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; }


.filetree span.firstLevelFolder, .filetree span.firstLevelLink { padding: 0px 0px 1px 2px; min-height: 15px; }
.filetree span.secondLevelFolder, .filetree span.secondLevelLink { padding: 0px 0px 1px 2px; min-height: 15px; }
.filetree span.thirdLevelFolder, .filetree span.thirdLevelLink { padding: 0px 0px 1px 2px; min-height: 15px; }

.filetree li { padding: 0px 0px 1px 6px; }
.filetree span.firstLevelFolder, .filetree span.firstLevelLink { padding: 1px 0px 1px 20px; display: block; }
.filetree li ul { padding: 0px 0px 0px 20px; margin-top: 4px; }
.filetree li ul ul { padding: 0px 0px 0px 10px; margin-top: -1px; }

.filetree span.firstLevelLink { background: url('../../images/menuLineGrey.gif') 0% 100% no-repeat; }
.filetree span.firstLevelLink:hover { background: url('../../images/menuLineWhite.gif') 0% 100% no-repeat; }

.filetree span.firstLevelFolder { background: url('../../images/menuLineOpen.gif') 0% 100% no-repeat; }
.filetree li.expandable span.firstLevelFolder { background: url('../../images/menuLineClose.gif') 0% 100% no-repeat; }

