#sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  color:#4E4D4E;
}

#sitemap ul {
  padding-left: 1.0em;
  /*list-style: none;*/
}

#sitemap li {
  /*! border-bottom: 0.5px solid #E5E6E5; */ 
  font-weight: bold; 
  font-size: 1.25em;
  margin:20px;
}

#sitemap li li li {
  margin:0
}

#sitemap li a:link, #sitemap li a:visited{
  background-color: #E5E6E5;
  display: block;
  padding: 0.4em;
  text-decoration: none;
  color: #4E4D4E;
}

#sitemap li a:hover {
  background-color: #CCCCCC;
  color: #4E4D4E;
  font-weight: bold;
  font-size: 1.0em;
}

#sitemap li li{
  font-weight: normal;
  font-size: 	0.9em;
}

#sitemap li li a:link, #sitemap li li a:visited{
  background-color: transparent;
  display: block;
  padding: 0.4em;
  /*font-weight: bold;*/
}

#sitemap li li li a:link, #sitemap li li li a:visited {
  font-weight: normal; 
  padding: 0em;
}

#sitemap li li a:hover {
  background-color: transparent;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.0em;
  /*font-weight: bold;*/
}