<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.RadMenu_SmartSite .rmRootToggle {
    color: #640b0d;
    border-color: #640b0d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: white;
    box-shadow: none;
   bottom:0
}

    .RadMenu_SmartSite .rmRootToggle:active, .RadMenu_SmartSite .rmRootToggle.rmExpanded {
        color: white;
        border-color: #640b0d;
        background-color: #640b0d;
    }


.RadMenu_SmartSite.rmDisabled .rmRootToggle:active, .RadMenu_SmartSite.rmDisabled .rmRootToggle.rmExpanded {
    color: black;
    border-color: #cdcdcd;
    background-color: #f9f9f9;
}

.RadMenuPopup_SmartSite {
    color: black;
    border-color: #cdcdcd;
    background-color: white;
}

    .RadMenuPopup_SmartSite:before {
        border-color: transparent transparent #cdcdcd;
    }

    .RadMenuPopup_SmartSite:after {
        border-color: transparent transparent white;
    }

    .RadMenuPopup_SmartSite .rmItem {
        border-color: #cdcdcd;
    }

        .RadMenuPopup_SmartSite .rmItem.rmSelected {
            color: black;
            background-color: #e8e8e8;
        }

    .RadMenuPopup_SmartSite .rmLoading:after {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .RadMenuPopup_SmartSite .rmLoadingIcon:after {
        background-image: url('../MetroTouch/Common/loading_small.gif');
    }
</pre></body></html>