.mod_main_menuopener_opener {
    float: right;
    width: 35px;
    height: 27px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color:#625647;
    cursor: pointer;
    line-height: 26px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(../../../../../images/template/menu.png);
    background-position: center right;
    text-align: left;
    margin-top: 25px;
}
.mod_main_menuopener_opener_open {
    background-image: url(../../../../../images/template/menux.png);
}