.RadMenu_MainSkin .rmLink:hover {
    background-color: #F7F7F7 !important;
    color: #C11311 !important;
    text-decoration: none;
    cursor: hand;
    cursor:pointer;
    padding: 0 4px 0 4px !important;
}

.RadMenu_MainSkin .rmLink:link, .RadMenu_MainSkin .rmLink:active, .RadMenu_MainSkin .rmLink:visited {
    background-color: #D6D6D6;
    color: #454545;
    text-decoration: none;
    cursor: hand;
    cursor:pointer;
    padding: 0 4px 0 4px !important;
}

.rmText {
    text-transform: uppercase;
}

.rmGroup {
    color: #454545;
    background-color: #D6D6D6;
    border: 1px solid #888888;
    padding: 0 !important;
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
}

.rmLink .rmFocused .rmExpanded {
    background: none transparent;
    /*padding-top: 20px;*/
}

.rmRootGroup .rmItem .rmLink {  
    width: 170px;
    height: 30px;
    text-align: left;
    padding-left: 30px;
    /*line-height: 30px;*/
}