/* Mojo Styles */

li.mega-link-img {
    background-color: blue !important;
    display: block!important;
    height: 72px !important;
    width: 72px !important;
    float: right;
}

li.mega-test1:hover + li.mega-link-img,
li.mega-test1 ul li:hover + li.mega-link-img {
    background-color: green !important;
}
li.mega-test2:hover + li.mega-link-img,
li.mega-test2 ul li:hover + li.mega-link-img {
    background-color: red !important;
}