.treeview * {
	list-style: none;
	margin: 0 !important;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/image/sitemap/treeview-default.gif) -64px -21px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	margin: 0;
	float: left;
	cursor: pointer;
}




/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}


.treeview a.selected {
	background-color: #eee;
}

#treecontrol { 
	margin: 1em 0; 
	display: none;
}

.treeview .hover { 
	color: red; 
	cursor: pointer;
}

.treeview li { 
	background: none /*url(/image/sitemap/treeview-default-line.gif) 0 2500px no-repeat*/; 
	/*border-top: 1px solid red;*/
	margin: 0;
	padding: 3px 0 3px 0px;
}

/*2nd level*/
.treeview li ul li { 
	background: url(/image/sitemap/treeview-default-line.gif) 0 0 no-repeat; 
	/*border-top: 1px solid green;*/
	margin: 0 0 0 0px;
	padding: 3px 0 3px 32px;
}
	.treeview li ul li .hitarea {
		margin: 0 0 0 -15px !important;
	}
	
/*3d level*/
.treeview li ul li ul li{ 
	background: url(/image/sitemap/treeview-default-line.gif) 0 0 no-repeat;
	/*border: 1px solid blue;*/
	margin-left: -16px !important;
}


.treeview li.collapsable, .treeview li.expandable { 
	/*background-position: 0 -176px;*/
}

.treeview .expandable-hitarea { 
	background-position: -80px 1px;
}

.treeview li.last { 
	background-position: 0 -1762px;
	background-position: 0 -3486px;
	
}
.treeview li.lastCollapsable, .treeview li.lastExpandable { 
/*
	background-image: url(/image/sitemap/treeview-default.gif);
	background: url(/image/sitemap/treeview-default-line.gif) no-repeat 0px -1762px;
*/
}  


/* LAST HOEKJES */

.treeview li div.lastCollapsable-hitarea { 
	background: transparent url(/image/sitemap/treeview-default.gif) no-repeat scroll 0px -112px
}
	.treeview li ul li div.lastCollapsable-hitarea { 
		background-position: -1px -111px;
	}
	
.treeview li div.lastExpandable-hitarea {
	background: transparent url(/image/sitemap/treeview-default.gif) no-repeat scroll -32px -67px;
}
	.treeview li ul li div.lastExpandable-hitarea {
		background-position: -34px -67px;
	}

/* LINK AANPASSINGEN */
.treeview li.collapsable a span,
.treeview li.collapsable ul li.collapsable a span,
.treeview li.collapsable ul li.collapsable ul li.collapsable a span {
	padding: 0 2px;
	
}
.treeview li.collapsable ul li a span {
	background: none;
	
}
.treeview li.collapsable ul li.collapsable ul li a span,
.treeview li.collapsable ul li.collapsable ul li.collapsable ul li a span
{
	background: none;
	color: #A4A4A4 !important;
}
a.sitemaphome {
	padding: 0 0 0 15px;
	background: transparent url(/image/sitemap/treeview-default.gif) no-repeat scroll -80px 2px;
	text-decoration: none !important;
}
/*
.treeview-red li { background-image: url(/image/sitemap/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/image/sitemap/treeview-red.gif); } 

.treeview-black li { background-image: url(/image/sitemap/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/image/sitemap/treeview-black.gif); }  

.treeview-gray li { background-image: url(/image/sitemap/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/image/sitemap/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/image/sitemap/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/image/sitemap/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(/image/sitemap/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/image/sitemap/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/image/sitemap/file.gif) 0 0 no-repeat; }
*/
#sitemap a { text-decoration: none; }