.mh_wrapper{
  height:20px;
  line-height:20px;
  position:absolute;
  top:5px;
  left:0px;
  font-family: "Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
  font-size:13px;
  text-transform:uppercase;
}
.mh_itemMain{
  color:#f0f0f0;
  z-index:10;
    border:1px solid #50aba9;
    background-color:#50aba9;
  cursor:pointer;
  text-align:left;
  font-weight:bold;
  text-indent:20px;
  width:150px;
  position:absolute;
  top:0px;
  left:0px;
  text-shadow:1px 1px 1px #000;
}
.mh_itemMain:hover{
  color:#fff;
}
.mh_right{
    width:20px;
    height:20px;
    position:absolute;
    left:130px;
    top:0px;
    cursor:pointer;
    border:1px solid #000;
    background:#50aba9 url(right.png) no-repeat center center;
}
.mh_wrapper ul {
  position:absolute;
  left:202px;
  top:0px;
  width:900px;
  list-style:none;
  padding:0px;
  height:20px;
}
.mh_wrapper ul li a{
  text-decoration:none;
  cursor:pointer;
  display:block;
  float:left;
  margin:0px;
  text-indent:0px;
  padding:0px 10px 0px 3px;
  line-height:20px;
  height:20px;
  text-indent:10px;
  letter-spacing:1px;
  color:#ddd;
  background-color:#50aba9;
  text-shadow:1px 1px 1px #000;
  border:1px solid #333;
  border-left:none;
}
.mh_wrapper ul li a.hover{
  background:#333;
  color:#fff;
  -moz-box-shadow:0px 0px 3px #000 inset;
  -webkit-box-shadow:0px 0px 3px #000 inset;
  box-shadow:0px 0px 3px #000 inset;
}
