.sitemap {
	margin-bottom: 0px;
	line-height: 15px;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.sitemap ul li {
	padding-left: 16px;
	text-indent: -20px;
	/*line-height: 16px;*/
	background: url(../images/tree_vertical.gif) top left repeat-y;
	margin:0;
/*	display: block;*/
	/*font-size: 8pt;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
/** html .sitemap ul li {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
}*/
.sitemap ul li img {
	vertical-align: middle;
}

.sitemap ul li.last {
	background: url(../images/tree_last.gif) 0 -15px no-repeat;
}
/*[class].sitemap ul li.last {
	background: url(../images/tree_last.gif) 0 -13px no-repeat;
}*/

