  #MenuPricipal .RadMenu {
 
    height: 100% !important;
    width: 100% !important;
}
 #MenuPricipal .RadMenu .rmVertical .rmRootLink .rmText {
    padding: 0px 30px 0px 0px;
    margin: 0px;
}
 #MenuPricipal .Item{
 font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    margin-bottom: 15px;
    display: table;
}
 #MenuPricipal .rmSlide  .Item{
    font-size: 15px !important;
    font-weight: 400;
    text-transform: inherit !important;
    white-space: normal;
}
  #MenuPricipal .Item:hover{
    color: #fd1f22  !important;
    font-weight: 700;
}
#MenuPricipal .RadMenu .rmIcon {
    width: 100% !important;
    height: 14px !important;
    cursor: pointer;
    display: block !important;
    display: block;
    left: 0px !important;
    background: url(../../../Images/PucePlus.png) 100% 50% no-repeat;
}
#MenuPricipal .RadMenu .Item:hover   .rmIcon{
    width: 100% !important;
    height: 14px !important;
    cursor: pointer;
    display: block !important;
    display: block;
    background: url(../../../Images/MoinsMenu.png) 100% 50% no-repeat;
}
 #MenuPricipal .ItemSelected{
    color: #fd1f22  !important;
    font-weight: 700  !important;
}
@media screen  and (max-width:767px)    {
  #MenuPricipal .Item {
 
    margin-bottom: 10px !important;
}
#MenuPricipal .rmSlide {
    position: relative !important;
    display: block !important;
    float: none !important;
    top: 0px !important;
    left: 0px !important;
    min-width: initial !important;
    visibility: visible !important;
    width: 100% !important;
    overflow: inherit !important;
    height: auto !important;
}
#MenuPricipal .RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 1px;
    float: none;
    display: block !important;
    left: 0px !important;
    width: 100% !important;
    top: 0px !important;
}
#MenuPricipal .RadMenu .rmGroup .rmText {
    padding: 0 54px 0 18px !important;
 
}
}


