
.RadMenu_SmartSiteMobile .rmRootToggle {
    color: #0d3b86;
    border-color: #0d3b86;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: white;
    box-shadow: none;
}

    .RadMenu_SmartSiteMobile .rmRootToggle:active, .RadMenu_SmartSiteMobile .rmRootToggle.rmExpanded {
        color: white;
        border-color: #0d3b86;
        background-color: #0d3b86;
    }


.RadMenu_SmartSiteMobile.rmDisabled .rmRootToggle:active, .RadMenu_SmartSiteMobile.rmDisabled .rmRootToggle.rmExpanded {
    color: #0d3b86;
    border-color: #cdcdcd;
    background-color: #f9f9f9;
}

.RadMenuPopup_SmartSiteMobile {
    color: #0d3b86;
    border-color: #cdcdcd;
    background-color: white;
    z-index:9999 !important

}

    .RadMenuPopup_SmartSiteMobile:before {
        border-color: transparent transparent #cdcdcd;
    }

    .RadMenuPopup_SmartSiteMobile:after {
        border-color: transparent transparent white;
    }

    .RadMenuPopup_SmartSiteMobile .rmItem {
        border-color: #cdcdcd;
    }
        .RadMenuPopup_SmartSiteMobile .rmItem:hover {
        background-color: #e8e8e8;

    }

        .RadMenuPopup_SmartSiteMobile .rmItem.rmSelected {
            color: black;
            background-color: #e8e8e8;
        }

    .RadMenuPopup_SmartSiteMobile .rmLoading:after {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .RadMenuPopup_SmartSiteMobile .rmLoadingIcon:after {
        background-image: url('../MetroTouch/Common/loading_small.gif');
    }
