h2 { margin: 0; margin-top: 20px; }
#sitemap ul, #sitemap li {
  margin:  0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#sitemap li {
  height: 20px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/T.gif);
}
#sitemap li.last {
  background-image: url(../images/L.gif);
}
#sitemap .box_left {
  float: left;
  width: 50%;
}
#sitemap .box_right {
  float: left;
  width: 50%;
}
#sitemap .clearer {
  clear: both;
}
