#site_tree {
	padding-top:10px;
	padding-bottom:10px;
}

#site_tree ul {
	 list-style:none;
	 margin:0 0 0 15px;
	 padding:0 0 0 20px;
}

#site_tree ul li {
	background:url(images/sitemap-list.gif) left center no-repeat;
	background-position:0 -21px;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
}

#site_tree ul li a {
}

#site_tree ul li a:hover {
}

#site_tree ul li ul {
	list-style:none;
	margin-left:-22px;
	margin-bottom:0;
	background:url(images/sitemap-dotted_vert_line.gif) left top repeat-y;
	background-position:0 -1px;
	*background-position:0 0;
	padding-left:22px;
	padding-bottom:0;
}

