/* sitemap.css */

#SitemapBox ul {
  list-style-type: none;
  line-height: 7px;
}

#SitemapBox .section {
  color: #194051;
  font-size: 14px;
  background: url(/images/content/category-arrow.gif) no-repeat 2px 0px;
  padding: 0px 0 0 15px;
  font-weight: bold;
}

#SitemapBox .section a {
  color: #194051;
  text-decoration: none; 
}

#SitemapBox .rubric li {
  margin-top: 14px;
  font-weight: normal;
  line-height: 15px;
}
