#leftcontent * {
  margin: 0;
  padding: 0;
  font-family:"calibri", verdana, "sans-serif";
  text-decoration: none;
  list-style: none;
  color: white;
}

#leftcontent h2 {
  color:black;
  margin:0px 10px;
}

#leftcontent a:hover {
  text-decoration: underline;
  background:white;
  color:black;
}

#leftcontent li {
  float: left;
  width: 100%;
}

#leftcontent .level0 {
}

#leftcontent .level1 a {
  color: black;
}

#leftcontent .level1 {
  background-color:#ecc6ff;
  z-index:+4;
}

#leftcontent .level2 {
  background-color:#f7e6ff;
  z-index:+4;
}

#leftcontent a {
  float: left;
  padding: 2px 0 2px 5%;
  width: 95%;
}

#leftcontent .hiddenpop {
  display: none;
}

#leftcontent .shownpop {
  position: relative;
  left: 150px;
  margin: -1px 0 -500px -150px;
  width: 150px;
  float:right;
}
