ul.tree, ul.tree > li:first-child {
	background: none !important;
	list-style-type: none;
}

ul.tree ul { 
	list-style-type: none; 
	background: url(css_images/sitemap/vline.png) repeat-y; 
	margin: 0; 
	padding: 0; 
	} 

ul.tree ul { 
	margin-left: 10px; 
} 

ul.tree li { 
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url(css_images/sitemap/node.png) no-repeat; 
	/*color: #369; */
	/*font-weight: bold;*/
}

ul.tree li.last { 
	background: #151515 url(css_images/sitemap/lastnode.png) no-repeat; 
}