.sitemap_tree{
/*width:40px; will be multiple of this width with repeat-x*/
background:url(treebg.gif) right top repeat;
text-align:right;
}
ul#sitemap, #sitemap UL { list-style-type:none; margin:0; padding:0}
ul#sitemap li { margin:0; padding:0px; line-height:16px}
.sitemap-first, .sitemap-node, .sitemap-middle, .sitemap-last { padding:16px; line-height:28px }
.sitemap-first{ background:url(m3.gif) left center no-repeat;}
.sitemap-node{ background:url(m2.gif) left center no-repeat; }
.sitemap-middle{ background:url(m1.gif) left center no-repeat;  }
.sitemap-last{ background:url(m4.gif) left center no-repeat;}
ul#sitemap UL{ background:url(m5.gif) left center repeat-y; }

.sitemap_item{
font-size:14px;
font-weight:bold;
}

.sitemap_item a{
display:block;
float:left;
border-width:0;
padding-left: 6px;
text-decoration:none;
}
