ul.sitemap {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}

ul.sitemap a {
  color: #474747;
  border-bottom: none;
}

ul.sitemap a:hover {
  color: #be1309;
  border-bottom: 1px #be1309 dotted;
}

ul.sitemap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.sitemap li {
  padding: 1px 0 0 10px;
  background: url('../../images/v_line1.gif') no-repeat left top;
  line-height: 120%;
}

ul.sitemap div.contentNav {
  width: 100%;
  margin-top: 20px;
}

ul.sitemap ul.section li {
  margin: 0 20px 20px 0;
  padding: 1px 0 10px 15px;
  background: url('../../images/v_line2.gif') no-repeat 5px 0;
  border-bottom: 1px #c0c0c0 dotted;
}

ul.sitemap ul.section ul {
  margin: 7px 0 0 8px;
}

ul.sitemap ul.section ul li {
  margin: 0 0 6px 0;
  padding: 0 0 0 12px;
  background: none;
  border-bottom: none;
}
