ul.sitemapSection {
   
}

ul.sitemapSubsection {
  margin-left: 50px;
}

ul.sitemapPage {
  margin-left: 50px;
}

ul.sitemapSection li {

}

ul.sitemapSubsection li {

}

ul.sitemapPage li {

}

ul.sitemapSection li:hover ul ul {
  display:block;
}

sitemapSubsection.li:hover ul ul {
  display:block;
}

sitemapPage.li:hover ul ul {
  display:block;
}

a.section {
  color: #e30a7b;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

a.section:hover {
  color: #e30a7b;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}

a.subSection {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

a.subSection:hover {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.page {
  color: #4668ab;
  text-decoration: none;
}

a.page:hover {
  color: #4668ab;
  
  text-decoration: underline;
}
