.menu-level1-no {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.menu-level1-no A {
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold; 
  text-transform: uppercase;
}
.menu-level1-no A:hover {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

.menu-level1-act {
  color: #99BB0A;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.menu-level1-act A {
  color: #99BB0A;
  text-align: left;
  text-decoration: none;
  font-weight: bold; 
  font-size: 12px;
  text-transform: uppercase;
}
.menu-level1-act A:hover {
  color: #99BB0A;
}

* html .menu-level1-no, * html .menu-level1-act, .menu-level11-no, * html .menu-level11-act {
}