#sitemap, #sitemap ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#sitemap ul {
	margin-top: 0px;
}
#sitemap .hitarea {
	background: url(images_bak/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#sitemap li { 
	margin: 0px;
	padding: 3px 0pt 10px 16px;
}

#sitemap li a.text
{
    margin-top:-3px;
    width:auto;
    padding-left:5px;
}

#sitemap a.selected {
	background;color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

#sitemap .hover { color: red; cursor: pointer; }

#sitemap li { background: url(images_bak/treeview-default-line.gif) 0 0 no-repeat; }
#sitemap li.collapsable, #sitemap li.expandable { background-position: 0 -176px; }

#sitemap .expandable-hitarea { background-position: -80px -3px; }

#sitemap li.last { background-position: 0 -1766px }
#sitemap li.lastCollapsable, #sitemap li.lastExpandable { background-image: url(images_bak/treeview-default.gif); }  
#sitemap li.lastCollapsable { background-position: 0 -111px }
#sitemap li.lastExpandable { background-position: -32px -67px }

#sitemap div.lastCollapsable-hitarea, #sitemap div.lastExpandable-hitarea { background-position: 0; }

#sitemap-red li { background-image: url(images_bak/treeview-red-line.gif); }
#sitemap-red .hitarea, #sitemap-red li.lastCollapsable, #sitemap-red li.lastExpandable { background-image: url(images_bak/treeview-red.gif); } 

#sitemap-black li { background-image: url(images_bak/treeview-black-line.gif); }
#sitemap-black .hitarea, #sitemap-black li.lastCollapsable, #sitemap-black li.lastExpandable { background-image: url(images_bak/treeview-black.gif); }  

#sitemap-gray li { background-image: url(images_bak/treeview-gray-line.gif); }
#sitemap-gray .hitarea, #sitemap-gray li.lastCollapsable, #sitemap-gray li.lastExpandable { background-image: url(images_bak/treeview-gray.gif); } 

#sitemap-famfamfam li { background-image: url(images_bak/treeview-famfamfam-line.gif); }
#sitemap-famfamfam .hitarea, #sitemap-famfamfam li.lastCollapsable, #sitemap-famfamfam li.lastExpandable { background-image: url(images_bak/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images_bak/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images_bak/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images_bak/file.gif) 0 0 no-repeat; }
