.mh-menu
{
    top: 0px;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.mh-menu li{
	/*width: 300px;*/
}
.mh-menu li a
{
    display: block;
    padding: 0px 10px;
    text-align: right;
    position: relative;
    border-right: 1px solid #ddd;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    right: 300px;
}
.mh-menu li a span{
	display:block;
}
.mh-menu li a span:first-child
{
    font-weight: 400;
    font-size: 14px;
    color: #9A6734;
    padding-top: 10px;
    font-family: tahoma;
    font-style: normal;
    text-decoration: none;
}
.mh-menu li a span:nth-child(2)
{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-family: tahoma;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #331A00;
    text-decoration: none;
}
.mh-menu li:nth-child(1):hover span:nth-child(2)
{
    color: #33CCCC;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
	color: #33CCCC;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
	color: #33CCCC;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
	color: #33CCCC;
}
.mh-menu li img
{
    z-index: 1;
    right: 10px;
    top: 0px;
    height: 195px;
    width: 0px;
    position: absolute;
}
.mh-menu li:hover img{
	/*left: 300px;
	opacity: 1;*/
}
.mh-menu li div img
{
    z-index: 1;
    height: 195px;
    width: 278px;
    right: 10px;
    opacity: 1;
    position: absolute;
}