.sitemap dl   {
  text-align: left;
  padding: 0 0 15px 10px;
  margin: 0;
  border-bottom: 1px solid #CCCCCC; 
}
.sitemap dt {
  background-image: url(/images/2005/bullet_med_top.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 0 0 4px 16px;
  margin: 10px 0 0 0;
}
.sitemap dd {
  background-image: url(/images/2005/bullet_small_mid.gif);
  background-repeat: no-repeat;
  padding: 1px 0 4px 25px;
  margin: 0;
}
.sitemap dt.end   {
  background-image: url(/images/2005/bullet_med_single.gif);
}
.sitemap dd.end {
  background-image: url(/images/2005/bullet_small_bottom.gif);
}
.sitemap dt.endx  {
  background-image: url(/images/2005/bullet_med_single_on.gif);
}
.sitemap dd.endx  {
  background-image: url(/images/2005/bullet_small_bottom_on.gif);
}
.sitemap dt.dtx {
  background-image: url(/images/2005/bullet_med_top_on.gif);
}
.sitemap dd.ddx {
  background-image: url(/images/2005/bullet_small_mid_on.gif);
}
