.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

.treeview .hover { color: #FFFF00; cursor: pointer; }
 


.filetree li { padding: 0 0 0 0; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; height:22px; width:220px; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; padding-left:20px; padding-top:5px; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.folder1 { background: url(../images/folder2.gif) 0 0 no-repeat; height:20px; width:220px; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; padding-left:35px; padding-top:5px; }
.filetree li.expandable span.folder1 { background: url(../images/folder-close2.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; height:20px; width:220px; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; padding-left:45px; padding-top:5px; cursor:pointer; }
.filetree span.file2 { background: url(../images/file3.gif) 0 0 no-repeat; height:20px; width:220px; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; padding-left:35px; padding-top:5px; }
