/* sitemap.css */

#SitemapBox ul li {
  list-style-type: none;
}

#SitemapBox .section {
  margin-left: 20px;
  font-size: 17px;
  color: #093F59;
  font-weight: bold;
  background: url(/images/content/redarrow.gif) no-repeat 0 5px;
}

#SitemapBox .section a {
  text-decoration: none;
  color: #093F59;
  font-weight: bold;
  font-size: 17px;
}

#SitemapBox .rubric {
  font-size: 12px;
}

#SitemapBox .rubric a {
  font-size: 12px;
  text-decoration: none;
  background: url(/images/content/yellowarrow.gif)no-repeat 0 2px;
  padding-left: 10px;
}

#SitemapBox .section a:hover {
  text-decoration: underline;
}

#SitemapBox .category a {
  text-transform: none;
  font-size: 10px;
  border: none;
  margin: 10px 0;
}

