.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #BAB49A;
	margin-top: 0px;
}

.treeview .hitarea {

}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;	
	text-align: left;
}

.treeview a.selected {
	background-color: #FFFFFF;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

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

.treeview li.last {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.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 li { }
.filetree span.folder, .filetree span.file1 , .filetree span.file2 { padding: 0px 0px 0px 0px; display: block; }
.filetree span.folder { text-align: center; background: url(images/menuhdr.jpg) no-repeat top center; height: 47px;  }
.filetree li.expandable div.folder { text-align: center; background: url(images/menuhdr.jpg) no-repeat top center; height: 47px;  }
.filetree span.file1 { color: #FFFFFF; font-weight: bold; background-color: #999379; padding-left: 16px; padding-bottom: 3px; }
.filetree span.file2 { color: #FFFFFF; font-weight: bold; padding-left: 16px; padding-bottom: 3px; }

.foldermousemove { background: url(images/menuhdr1.jpg) no-repeat top center; }
.foldermouseout { background: url(images/menuhdr.jpg) no-repeat top center; }