div.sitemap{
	padding-left:200px;
}

.sitemap ul{
	margin-top: 4px;
	margin-left: 0;
	padding: 0;
}

.sitemap li ul{
	margin-left: 20px;
	margin-top: 0;
	padding: 0;
}

.sitemap li{
	list-style-type: none;
	position: relative;	
	background-image: url(images/sitemap/leaf.gif);
	background-repeat:no-repeat;
}

.sitemap div.images{
	background-image: url(images/sitemap/leaf.gif);
	background-repeat:no-repeat;
}

.sitemap li.first div.images{
}

.sitemap li.last div.images{
	background:none ;
}

.sitemap li.tree{
	background-image: url(images/sitemap/tree.gif);
	background-repeat:repeat-y;
}

.sitemap li.tree.last,
.sitemap li.last{
	background-image: url(images/sitemap/leaf-last.gif);
	background-repeat:no-repeat;
}

.sitemap div.tree, 
.sitemap div.leaf{
	padding-left: 42px;
	width: 50px;
	white-space: nowrap;
	height: 16px;
	line-height: 16px;
}

.sitemap div.input{
	padding-left: 21px;
	width: 50px;
	white-space: nowrap;
	height: 17px;
	line-height: 17px;
}

/* TREE IMAGES */

.sitemap div.images{
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 42px;
}

.sitemap span.expand,
.sitemap span.folder {
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	top: 2px;
	background-position: 0 0;
}

.sitemap .open .folder {
	left: 21px;
	background-image: url(images/sitemap/folder_opened.gif);
}

.sitemap div.leaf{
	background-image: url(images/sitemap/file.gif);
	background-repeat: no-repeat;
	background-position: 21px 2px;
}

.sitemap a{
	color : white;
	text-decoration:none;
}
.sitemap a:visited{
	color:#CCCCCC;
	/*text-decoration:line-through;*/
}