#sitemap a {color: #585858 !important; font-size:14px;}

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

.treeview ul {
	background-color: white;
	margin-top: 4px;
	
}

.treeview .hitarea {
	background: url(/tools/js/images/expand.png) 1px 2px no-repeat;
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 4px 15px;
	list-style-type:none !important;
}

.treeview li.expandable { padding: 0px 0 4px 15px; }


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

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

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/tools/js/images/treeview-default.gif) 2px 4px no-repeat; }
.treeview li.expandable { background: url(/tools/js/images/expand.png) 1px 2px no-repeat; }
.treeview li.collapsable, .treeview .collapsable-hitarea { background: url(/tools/js/images/collapse.png) 1px 2px no-repeat; }






.filetree li { padding: 0px 0 4px 12px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 12px; display: block; }
.filetree span.folder { background: url(/tools/js/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/tools/js/images/expand.png) 0 0 no-repeat; }
.filetree span.file { background: url(/tools/js/images/collapse.png) 0 0 no-repeat; }
