.menuimage img{
    width: 0;
    height: 0;
    transition: all 0.5s ease;
    
    position: absolute;
    right: 110%;
    /*top: 30px;*/
    /*margin-right: 20px;*/
    /*padding-top: 42px;*/
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    border: 0px solid #999;
}