body { margin: 0px; }
.style2 { font-size: 10px; }
.style7 { font-size: 12px; }
.s-mozi { font-size: 8pt; }
.style11 { color: rgb(255, 0, 0); }
.style18 { font-size: 11px; }
.style14 { font-size: 9px; }
.style19 { font-size: 13px; color: rgb(255, 0, 0); font-weight: bold; }
.style20 { font-size: 13px; }
.style25 { font-size: 12px; color: rgb(255, 0, 0); }
.style28 { font-size: 13px; font-weight: bold; }
.style29 { font-size: 11px; font-weight: bold; }
.style32 { font-weight: bold; font-size: 12px; }

h1 { font-size: 11px; margin: 0px; }
.style33 { font-size: 11px; color: rgb(0, 51, 255); }
body { margin-top: 0px ! important; padding-top: 0px ! important; min-width: 800px ! important; }


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 760px;
  margin: 0 auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6e7c0c;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #6e7c0c;
}
.dropmenu li a:hover{
  background: #616d0b;
}
.dropmenu li:hover ul li{
	overflow: visible;
	min-height: 38px;
	height: auto !important;
	height: 38px;
}