.RadMenu_System
{
    background-color: Transparent;
}
.RadMenu_System .link
{
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.RadMenu_System .link:hover
{
    cursor: hand;
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    color: #d95700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e2e1df;
    border-bottom:solid 1px #ffffff;
}

.RadMenu_System .level1
{
    padding:5px;
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.RadMenu_System .level1 .link:hover
{
    cursor: hand;
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    color: #d95700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e2e1df;
}
.RadMenu_System .link MenuMark
{
    background: none;
}


.RadMenu_System .focused, .RadMenu_System .disabled
{
    font-family: "Arial";
    font-size: 10px;
    color: #FFFFFF;
    background: none;
}

.RadMenu_System .text
{
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    padding-top:9px;
}

.RadMenu_System .group
{
    background-color: Transparent;
    padding-top:0px;
}

.RadMenu_System .group .text
{    
    cursor: hand;
    font-family: "Arial Rounded MT Bold";
    font-size: 8px;
    font-weight:bold;    
    color: #686868;
    text-decoration: none;
    text-transform: uppercase;
}

.RadMenu_System .group .text:hover
{
    cursor: hand;
    font-family: "Arial Rounded MT Bold";
    font-size: 8px;    
    font-weight:bold;
    color: #d95700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e2e1df;
}


.RadMenu_System .leftArrow, .RadMenu_System .rightArrow, .RadMenu_System .topArrow, .RadMenu_System .bottomArrow, .RadMenu_System .leftArrowDisabled, .RadMenu_System .rightArrowDisabled, .RadMenu_System .topArrowDisabled, .RadMenu_System .bottomArrowDisabled
{
    background: none;
    width: 15px;
}

.RadMenu_System .topArrow, .RadMenu_System .topArrowDisabled
{
    background-image: none;
    width: 100%;
}

.RadMenu_System .bottomArrow, .RadMenu_System .bottomArrowDisabled
{
    background-image: none;
    width: 100%;
}

.RadMenu_System .rightArrow, .RadMenu_System .leftArrow
{
    height: 100%;
}

.RadMenu_System .rightArrow, .RadMenu_System .rightArrowDisabled
{
    background-image: none;
}

.RadMenu_System .expandLeft, .RadMenu_System .expandRight
{
    background: none;
}

.RadMenu_System_rtl .expandLeft, .RadMenu_System_rtl .expandRight
{
    background: none; /*padding-left: 11px !important;*/
}

/* right to left */
.RadMenu_System_rtl .group .link:hover .expandLeft, .RadMenu_System_rtl .group .link:hover .expandRight
{
    background: none;
    margin: 0px 1px;
    margin-left: -2px;
}

.RadMenu_System .link:hover .expandLeft, .RadMenu_System .link:hover .expandRight, .RadMenu_System .focused .expandLeft, .RadMenu_System .focused .expandRight, .RadMenu_System .expanded .expandLeft, .RadMenu_System .expanded .expandRight
{
    background: none;
}
