.treeview, .treeview ul { 
	list-style-type: none; 
}

.treeview ul {
	padding-left: 0px; 
	list-style-type: none; 
	background-image: none; 
}

.treeview .hitarea {
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	list-style-type: none; 
}

.treeview li { 
	margin: 0;
	padding: 3px 0px 3px 0px;
	list-style-type: none; 
	
}

.treeview a.selected {
	color: #000000;
}

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

.treeview .hover { color: #000000; cursor: pointer; }


.treeview li { background-image: none; list-style-type: none; }

.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea { }

.treeview li.last {  }
.treeview li.lastCollapsable, .treeview li.lastExpandable { list-style-type: none; }  
.treeview li.lastCollapsable { list-style-type: none;  }
.treeview li.lastExpandable { list-style-type: none; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


.filetree li { list-style: none; list-style-type: none; background-image: none; padding: 0px 0 0px 0px; }
.filetree span.folder { list-style: none; list-style-type: none; background-image: none; padding: 6px 0 6px 0px; display: block; }
.filetree span.file { list-style: none; list-style-type: none; background-image: none; padding: 0px 0 0px 0px; display: block; }
.filetree span.folder { list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.filetree li.expandable span.folder { list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.filetree span.file { list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.filetree span.divider { 	
	list-style: none;
	list-style-type: none;
	margin: 0px 0 0px 0;
	border-bottom:1px dashed #000;
	display: block;
}


.news li { list-style: none; list-style-type: none; background-image: none; padding: 0px 0 0px 0px; }
.news span.folder { list-style: none; list-style-type: none; background-image: none; padding: 6px 0 6px 0px; display: block; }
.news span.file { list-style: none; list-style-type: none; background-image: none; padding: 0px 0 0px 0px; display: block; }
.news span.folder { color: #00FF00; list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.news li.expandable span.folder { color: #00FF00; list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.news span.file { list-style: none; list-style-type: none; background-image: none; padding-left: 0px; }
.news span.divider { 	
	list-style: none;
	list-style-type: none;
	margin: 10px 0 10px 0;
	border-bottom:1px dashed #000;
	display: block;
}
.news a.selected { color: #00FF00; }

.news { padding-top: 2px; }
