ul#sitemap {
  list-style-type: none;
}

#sitemap a {
  font-weight: bold;
}
#sitemap ul a {
  font-weight: normal;
}
#sitemap li ul {
  list-style-type: circle;
  margin: 0;
}
