/*
 * Richmond Pharmacology - Trials4patients - Phase II recruitment
 *
 * Style sheet: sitemap.css
 * Style sheet for site map
 * Read by all CSS browsers in all media.
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */


#sitemap {
  padding: 0;
}

#sitemap li {
  display: block;
  list-style-type: none;
  padding: 0.67em 0 1em 0;
  border-bottom: dotted 1px #ccc;
}

#sitemap li h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}

#sitemap ul {
  padding-left: 1.33em;
}

#sitemap ul li {
  border: 0 none;
  padding: 0;
}

#sitemap ul ul {
  font-size: 90%;
  line-height: 125%;
}

#sitemap ul ul ul {
  font-size: 100%;
}
