div.sitemap div {
  float: left;
  width: 185px;
  margin-bottom: 20px;
}

div.sitemap div a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 185px;
  height: 18px;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
}

div.sitemap div a:hover {
  text-decoration: underline;
}

div.sitemap div ul {
  list-style-type: none;
}

div.sitemap div ul ul, div.sitemap div li li {
  list-style-type: disc;
}


div.sitemap div li {
  list-style-type: none;
  margin: 10px 0 0 -20px;
  padding: 0 10px 0 0;
}

div.sitemap div li li {
  margin: 5px 0 0 0;
}

div.sitemap div ul a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  margin-bottom: 0;
}

div.sitemap div ul ul a {
  font-weight: normal;
}