.sitemap {
	margin-bottom: 0px;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.sitemap ul li {
	padding-left: 16px;
	text-indent: -16px;
	/*line-height: 16px;*/
	background: url(../images/tree_vertical.gif) top left repeat-y;
	margin:0;
	display: block;
	/*font-size: 8pt;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
* html .sitemap ul li {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
.sitemap ul li a {
	padding: 0 0 0 18px;
	background: url(../images/tree_horizontal.gif) left center no-repeat;
}

.sitemap ul li.last {
	background: url(../images/tree_last.gif) 0 -14px no-repeat;
}
[class].sitemap ul li.last {
	background: url(../images/tree_last.gif) 0 -13px no-repeat;
}
