/* 01/02/05
Styles for sitemap.html */

#sitemap {
  color: #c96999;
  font-weight: bold;
  font-family: verdana, sans-serif;
  margin: 0;
  padding: 0;
}

#sitemap li {
  list-style: none;   /* Turns off bullets */
}

#sitemap li ul {
  border-left: 1px dotted #999;
  font-size: 90%;
  color: #6999c9;
  margin: 3px 15px;
  padding-left: 2em;
}

#sitemap li ul li ul {
  border: none;
  color: #000;
}

#sitemap li ul li ul li {
  /* background: #eee; */
}

#sitemap li ul li ul li ul {
  color: #999;
  font-family: arial, sans-serif;
  font-weight: normal;
}

#sitemap a:link, #sitemap a:visited, #sitemap a:hover, #sitemap a:active {
  color: inherit;
  font-size: 120%;
  text-decoration: none;
}

#sitemap a:hover { text-decoration: underline; }

