.cnMainContainer .cnTopArea .cnTopAreaContent .mainMenuContainer {
  width: 93%;
  float: left;
  *float: none;
  margin-bottom: 6px;
  padding: 0 3.5%;
  background-color: #818181;
}

ul.dropdown li {
  float: left;
  vertical-align: middle;
  font-size: 10pt;
  font-weight: bold;
  background-color: #818181;
  color: #FC3;
  height: 43px;
}

ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
  width: 220px;
}

ul.dropdown ul li {
  float: left;
  width: 100%;
  font-weight: bold;
  background-color: #717171;
  font-size: 9pt;
  border: none;
  height: auto;
}

HTML > BODY
{
  
}