.mh_ComboBox {
  background: url(../img/select.gif) no-repeat right top;
  color: #00F;
  cursor: pointer;
  width: 120px;
  z-index: 1;
}

.mh_ComboBox ul {
  max-height: 300px;
  overflow-y: auto;
}

.mh_ComboBox h2 {
  border: 1px solid #000;
  border-right: none;
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
}

.mh_ComboBox h2 span {
  background-color: #FFF;
  background-position: 1px center;
  display: block;
  height: 14px;
  text-indent: 22px;
  padding: 1px;
  width: 98px;
}

.mh_ComboBox ul li {
  background: #333;
  border: 1px solid #666;
  border-top: none;
  margin: 0;
}

.mh_ComboBox ul li:hover {
  background: #444;
}

.mh_ComboBox ul li a {
  background-position: 1px center;
  display: block;
  height: 14px;
  overflow: hidden;
  padding: 1px;
  text-indent: 22px;
}

.mh_ComboBox ul li:hover, .mh_ComboBox ul li:hover a {
  color: #FFF;
}