.tapar{
    background: #FFFCF2;
    top: 31px;
    left: 134px;
width: 142px;
    height: 16px;
    position: absolute;
}
.photoa:hover{
    color: #626262;
}
.photoa{
    color: #9C998E;
    text-decoration: none;
}

.mh_wrapper{
    height: 18px;
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
    font-family: Lato;
    font-size: 12px;
}
.mh_itemMain:hover{
  color:#9C998E;
}
.mh_right{
    height: 16px;
    position: absolute;
    cursor: pointer;
    background: #FFFCF2 url(right.png) right no-repeat;
    margin: 0;
    left: 275px;
    top: 32px;
    width: 50px;
    letter-spacing: 2px;
    color: #9C998E;
}
.mh_right:hover{
    color:#9C998E;
    background: #FFFCF2 url(right_hover.png) right no-repeat;
}
.mh_wrapper ul {
  position:absolute;
  left:112px;
  top:32px;
  width:200px;
  list-style:none;
  padding:0px;
  margin: 0;
}
.mh_wrapper ul li a{
  text-decoration:none;
  cursor:pointer;
  display:block;
  float:left;
  margin:0px;
  text-indent:0px;
  padding:0px 10px;
  letter-spacing:2px;
  color:#9C998E;
  border-left:none;
  margin: 0;
  background: #FFFCF2 url(right.png) right 3px  no-repeat;
}
.mh_wrapper ul li a.hover{
  background:#FFFCF2;
  color:#626262;
  background: #FFFCF2 url(right_hover.png) right 3px  no-repeat;
  margin: 0;
}