﻿ul.rmRootGroup {
    background-color: rgb(230, 143, 143);
    border: none !important
}
a.rmLink {
    font-weight: bold !important;
    height: 30px !important;
    color: white !important;
    border: 0 !important;
    font-size:20px !important;
}
li.rmItem {
    border: none !important
}
ul.rmRootGroup.rmHorizontal {
}
/*center the horizontal menu*/
.RadMenu.RadMenu_Default {
    text-align:center !important;
    padding-top:20px !important;
}
span.rmLink {
    color:white !important;
}

/*verticle items*/
ul.rmVertical {
    background-color: rgb(230, 143, 143) !important;
    border: none !important;
}

div.rmSlide {
    border: none !important;
    padding-left:20px !important;
}
div.RadMenu .rmGroup:before {
    width: 0px; /*remove the colored stripe from the left side*/
    border: none !important
}

div.RadMenu .rmGroup .rmLink {
    padding-left: 10px; /*remove the text padding from the left side*/
}

div.RadMenu .rmGroup .rmSeparator {
    margin-left: 0px; /*stretch the separator*/
}

