/* <RadMenu / Excentive> */

.RadMenu_Excentive .rmRootGroup, .RadMenu_Excentive a.rmLink, .RadMenu_Excentive .rmGroup .rmText, .RadMenu_Excentive .rmVertical .rmText, .RadMenu_Excentive .rmLeftArrow, .RadMenu_Excentive .rmRightArrow, .RadMenu_Excentive .rmTopArrow, .RadMenu_Excentive .rmBottomArrow
{
    background-image: url('Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Excentive .rmRootGroup
{
    border: 1px solid #828282;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #e6e6e6;
}

/* <Root items> */

.RadMenu_Excentive, .RadMenu_Excentive a.rmLink
{
    font: normal 11px/14px Arial;
    color: #000;
    text-decoration: none;
}

.RadMenu_Excentive a.rmLink, .RadMenu_Excentive a.rmDisabled, .RadMenu_Excentive a.rmDisabled:hover
{
    background-position: 0 -72px;
}

.RadMenu_Excentive .rmFirst a.rmLink, .RadMenu_Excentive .rmFirst a.rmLink:hover, .RadMenu_Excentive .rmLast .rmText, .RadMenu_Excentive .rmLast a.rmLink:hover .rmText, .RadMenu_Excentive .rmVertical a.rmLink, .RadMenu_Excentive .rmVertical .rmText
{
    background-repeat: no-repeat;
    background-position: 0 500px;
}

.RadMenu_Excentive .rmVertical .rmFirst, .RadMenu_Excentive .rmVertical .rmLast
{
    background: none;
}

.RadMenu_Excentive a.rmLink:hover, .RadMenu_Excentive a.rmFocused, .RadMenu_Excentive a.rmSelected
{
    background-color: #fff;
}

.RadMenu_Excentive .rmHorizontal .rmRootLink span.rmText
{
    display: inline;
    padding-left: 12px;
}

.RadMenu_Excentive_rtl .rmRootLink span.rmText
{
    padding-right: 12px;
}

.RadMenu_Excentive_Context_rtl .rmRootLink span.rmText
{
    padding-right: 28px;
}

.RadMenu_Excentive .rmHorizontal a.rmRootLink
{
    padding-left: 0;
}

.RadMenu_Excentive_rtl a.rmRootLink
{
    margin-left: 0;
    padding: 0;
}

.RadMenu_Excentive .rmHorizontal .rmItem > a.rmRootLink /* IE6 doesn't like width: 100% on its items. */
{
    width: 100%;
}

.RadMenu_Excentive ul.rmHorizontal .rmLeftImage
{
    margin: 4px -4px 0 6px;
}

.RadMenu_Excentive_rtl ul.rmHorizontal .rmLeftImage
{
    margin: 4px 6px 0 -4px;
}

.RadMenu_Excentive .rmVertical a.rmLink
{
    padding-top: 1px;
    padding-bottom: 1px;
}

.RadMenu_Excentive .rmVertical a.rmLink:hover, .RadMenu_Excentive .rmVertical a.rmFocused, .RadMenu_Excentive .rmVertical a.rmSelected, .RadMenu_Excentive .rmVertical a.rmExpanded, .RadMenu_Excentive .rmVertical a.rmExpanded:hover
{
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-color: #828282;
    border-width: 1px 0;
}

.RadMenu_Excentive .rmVertical .rmFirst a.rmLink:hover, .RadMenu_Excentive .rmVertical .rmFirst a.rmFocused, .RadMenu_Excentive .rmVertical .rmFirst a.rmSelected, .RadMenu_Excentive .rmVertical .rmFirst a.rmExpanded, .RadMenu_Excentive .rmVertical .rmFirst a.rmExpanded:hover
{
    padding-top: 1px;
    padding-bottom: 0;
    border-top-width: 0;
}

.RadMenu_Excentive .rmVertical .rmLast a.rmLink:hover, .RadMenu_Excentive .rmVertical .rmLast a.rmFocused, .RadMenu_Excentive .rmVertical .rmLast a.rmSelected, .RadMenu_Excentive .rmVertical .rmLast a.rmExpanded, .RadMenu_Excentive .rmVertical .rmLast a.rmExpanded:hover
{
    padding-bottom: 1px;
    padding-top: 0;
    border-bottom-width: 0;
}

.RadMenu_Excentive .rmVertical .rmItem a.rmDisabled:hover
{
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 0;
}

.RadMenu_Excentive a.rmExpanded, .RadMenu_Excentive a.rmExpanded:hover
{
    background-color: #fff;
}

.RadMenu_Excentive a.rmDisabled, .RadMenu_Excentive a.rmDisabled:hover
{
    color: #7d7d7d;
    background-color: transparent;
}

/* </Root items> */

/* <Submenu items> */

.RadMenu_Excentive .rmGroup, .RadMenu_Excentive .rmMultiColumn, .RadMenu_Excentive .rmGroup .rmVertical
{
    border: 1px solid #979797;
    background: #fff url('Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_Excentive .rmTopFix, .RadMenu_Excentive .rmBottomFix, .RadMenu_Excentive .rmRoundedCorners .rmGroup .rmItem, .RadMenu_Excentive .rmRoundedCorners li.rmFirstGroupColumn .rmItem, .RadMenu_Excentive .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem, .RadMenu_Excentive .rmRoundedCorners ul.rmHorizontal .rmFirst, .RadMenu_Excentive_Context.rmRoundedCorners .rmGroup .rmItem, .RadMenu_Excentive_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
    background-image: url('Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

* html .rmRoundedCorners_Excentive .rmGroup .rmItem, * html .rmRoundedCorners_Excentive ul.rmHorizontal .rmFirst
{
    background-image: url('Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

.RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmGroup, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrap .rmItem, .RadMenu_Excentive .rmRoundedCorners .rmGroupColumn .rmItem, .RadMenu_Excentive .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem, .RadMenu_Excentive .rmRoundedCorners .rmHorizontal .rmItem, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrap .rmVertical, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrap .rmItem, .RadMenu_Excentive_Context.rmRoundedCorners .rmHorizontal .rmItem, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
    background-image: none;
}

* html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmGroup, * html .rmRoundedCorners_Excentive .rmScrollWrap .rmItem, * html .rmRoundedCorners_Excentive .rmHorizontal .rmItem, * html .rmRoundedCorners_Excentive .rmScrollWrap .rmVertical
{
    background-image: none;
}

.RadMenu_Excentive .rmRoundedCorners .rmGroupColumn
{
    background-color: #fff;
}

.RadMenu_Excentive .rmBottomLeft, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer, .RadMenu_Excentive_Context.rmRoundedCorners ul.rmGroup, .RadMenu_Excentive .rmRoundedCorners ul.rmGroup, .RadMenu_Excentive .rmRoundedCorners .rmMultiColumn
{
    background-image: url('Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Excentive .rmScrollWrapContainer, * html .rmRoundedCorners_Excentive .rmGroup ul.rmGroup, * html .rmRoundedCorners_Excentive ul.rmGroup
{
    background-image: url('Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Excentive .rmTopRight, .RadMenu_Excentive .rmBottomRight
{
    background-image: url('Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Excentive .rmTopFix, .RadMenu_Excentive .rmBottomFix, .RadMenu_Excentive .rmRoundedCorners .rmGroup .rmFirst, .RadMenu_Excentive_Context.rmRoundedCorners .rmGroup .rmFirst, .rmRoundedCorners_Excentive .rmGroup .rmFirst
{
    border-color: #979797;
}

.RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmTopFix, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
    background: #FFF;
}

* html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmTopFix, * html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmBottomFix
{
    background: #FFF;
}

.RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmTopArrow, * html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmBottomArrow, * html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmLeftArrow, * html .rmRoundedCorners_Excentive .rmScrollWrapContainer .rmRightArrow
{
    background-color: #FFF;
    border: 0;
}

.RadMenu_Excentive_rtl .rmBottomLeft, .RadMenu_Excentive_rtl .rmRoundedCorners ul.rmGroup, .RadMenu_Excentive_rtl .rmRoundedCorners .rmMultiColumn, .RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer, .RadMenu_Excentive .rmScrollWrapContainer .rmBottomLeft, .rmRoundedCorners.RadMenu_Excentive_Context_rtl ul.rmGroup, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer
{
    background-image: url('Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Excentive_rtl .rmTopRight, .RadMenu_Excentive_rtl .rmBottomRight
{
    background-image: url('Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Excentive_rtl li.rmTopFix, .RadMenu_Excentive_rtl li.rmBottomFix, .RadMenu_Excentive_rtl .rmRoundedCorners .rmGroup .rmItem, .rmRoundedCorners.RadMenu_Excentive_Context_rtl .rmGroup .rmItem
{
    background-position: 101% 0;
}

.RadMenu_Excentive .rmSlide .rmScrollWrap
{
    background-image: none;
}

.RadMenu_Excentive_rtl .rmGroup, .RadMenu_Excentive_rtl .rmMultiColumn, .RadMenu_Excentive_rtl .rmGroup .rmVertical
{
    background-position: 100% 0;
}

.RadMenu_Excentive .rmRootGroup li.rmItem .rmGroup
{
    padding-bottom: 0;
}

.RadMenu_Excentive .rmRootGroup .rmHorizontal
{
    background-image: none;
}

.RadMenu_Excentive .rmScrollWrap .rmVertical
{
    border: 0;
}

.RadMenu_Excentive .rmRoundedCorners .rmScrollWrapContainer li.rmItem, .RadMenu_Excentive_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem, .rmRoundedCorners_Excentive .rmScrollWrapContainer li.rmItem
{
    background: none;
}

.RadMenu_Excentive .rmGroup .rmItem a.rmLink, .RadMenu_Excentive .rmGroup .rmItem a.rmLink:hover, .RadMenu_Excentive .rmGroup .rmItem a.rmFocused, .RadMenu_Excentive .rmGroup .rmItem a.rmSelected, .RadMenu_Excentive .rmGroup .rmItem a.rmExpanded
{
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_Excentive .rmGroup .rmLast a.rmLink, .RadMenu_Excentive .rmGroup .rmLast a.rmLink:hover, .RadMenu_Excentive .rmGroup .rmLast a.rmFocused, .RadMenu_Excentive .rmGroup .rmLast a.rmSelected, .RadMenu_Excentive .rmGroup .rmLast a.rmExpanded
{
    padding-bottom: 1px;
}

.RadMenu_Excentive .rmGroup a.rmLink, .RadMenu_Excentive .rmGroup .rmText, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled:hover, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled .rmText, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled:hover .rmText
{
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.RadMenu_Excentive .rmGroup a.rmLink:hover, .RadMenu_Excentive .rmGroup a.rmFocused, .RadMenu_Excentive .rmGroup a.rmSelected, .RadMenu_Excentive .rmGroup a.rmExpanded
{
    background-position: 0 -168px;
}

.RadMenu_Excentive .rmGroup a.rmLink:hover .rmText, .RadMenu_Excentive .rmGroup a.rmFocused .rmText, .RadMenu_Excentive .rmGroup a.rmSelected .rmText, .RadMenu_Excentive .rmGroup a.rmExpanded .rmText
{
    background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Excentive .rmRootGroup .rmExpandRight, .RadMenu_Excentive .rmGroup .rmExpandDown, .RadMenu_Excentive_Context .rmGroup .rmExpandRight, .RadMenu_Excentive .rmRootGroup .rmItem a.rmDisabled .rmExpandRight, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled .rmExpandDown, .RadMenu_Excentive .rmRootGroup .rmItem a.rmDisabled:hover .rmExpandRight, .RadMenu_Excentive .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown
{
    background-position: 100% -216px;
}

.RadMenu_Excentive a.rmLink:hover .rmExpandRight, .RadMenu_Excentive .rmLast a.rmLink:hover .rmExpandRight, .RadMenu_Excentive a.rmFocused .rmExpandRight, .RadMenu_Excentive a.rmSelected .rmExpandRight, .RadMenu_Excentive a.rmExpanded .rmExpandRight
{
    background-position: 100% -312px;
}

.RadMenu_Excentive .rmGroup a.rmLink:hover .rmExpandRight, .RadMenu_Excentive .rmGroup a.rmFocused .rmExpandRight, .RadMenu_Excentive .rmGroup a.rmSelected .rmExpandRight, .RadMenu_Excentive .rmGroup a.rmExpanded .rmExpandRight, .RadMenu_Excentive .rmGroup a.rmLink:hover .rmExpandDown, .RadMenu_Excentive .rmGroup a.rmFocused .rmExpandDown, .RadMenu_Excentive .rmGroup a.rmSelected .rmExpandDown, .RadMenu_Excentive .rmGroup a.rmExpanded .rmExpandDown
{
    background-position: 100% -240px;
}

.RadMenu_Excentive .rmRootGroup a.rmDisabled:hover .rmExpandRight, .RadMenu_Excentive .rmGroup a.rmDisabled:hover .rmExpandDown
{
    background-image: url('Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Excentive_rtl a.rmLink, .RadMenu_Excentive_rtl .rmRootGroup a.rmDisabled
{
    background-position: 100% -96px;
}

.RadMenu_Excentive_rtl .rmGroup a.rmDisabled
{
    background: none;
}

.RadMenu_Excentive_rtl .rmText
{
    background-position: 0 -96px;
}

.RadMenu_Excentive_rtl .rmVertical a.rmExpanded .rmText, .RadMenu_Excentive_rtl .rmVertical a.rmExpanded:hover .rmText
{
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_Excentive_rtl .rmGroup a.rmLink:hover, .RadMenu_Excentive_rtl .rmGroup a.rmFocused, .RadMenu_Excentive_rtl .rmGroup a.rmSelected, .RadMenu_Excentive_rtl .rmGroup a.rmExpanded
{
    background-position: 100% -264px;
}

.RadMenu_Excentive_rtl .rmGroup a.rmLink:hover .rmText, .RadMenu_Excentive_rtl .rmGroup a.rmFocused .rmText, .RadMenu_Excentive_rtl .rmGroup a.rmSelected .rmText, .RadMenu_Excentive_rtl .rmGroup a.rmExpanded .rmText
{
    background-position: 0 -288px;
}

.RadMenu_Excentive_Context_rtl .rmVertical .rmExpandLeft, .RadMenu_Excentive_rtl .rmRootGroup .rmExpandLeft
{
    background-position: 0 -312px;
}

.RadMenu_Excentive_rtl .rmVertical a.rmLink:hover .rmExpandLeft, .RadMenu_Excentive_rtl .rmVertical a.rmFocused .rmExpandLeft, .RadMenu_Excentive_rtl .rmVertical a.rmSelected .rmExpandLeft, .RadMenu_Excentive_rtl .rmVertical a.rmExpanded .rmExpandLeft
{
    background-position: 0 -216px;
}

.RadMenu_Excentive_rtl .rmGroup a.rmLink:hover .rmExpandLeft, .RadMenu_Excentive_rtl .rmGroup a.rmFocused .rmExpandLeft, .RadMenu_Excentive_rtl .rmGroup a.rmSelected .rmExpandLeft, .RadMenu_Excentive_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
    background-position: 0 -336px;
}

.RadMenu_Excentive_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft
{
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Default - specific, overlapping submenus)> */

.RadMenu_Excentive .rmSlide
{
    margin: 0 0 0 -1px;
}

.RadMenu_Excentive .rmVertical .rmSlide, .RadMenu_Excentive .rmSlide .rmSlide, .RadMenu_Excentive_Context .rmGroup .rmSlide
{
    margin: 0 0 0 -5px;
}

.RadMenu_Excentive_rtl .rmSlide
{
    margin: 0 0 0 0;
}

.RadMenu_Excentive_rtl .rmFirst .rmSlide
{
    margin-left: 1px;
}

.RadMenu_Excentive_rtl .rmVertical .rmSlide, .RadMenu_Excentive_rtl .rmSlide .rmSlide, .RadMenu_Excentive_Context_rtl .rmGroup .rmSlide
{
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Excentive .rmLeftArrow, .RadMenu_Excentive .rmRightArrow
{
    background-color: #E6E6E6;
}

.RadMenu_Excentive .rmLeftArrow
{
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}
.RadMenu_Excentive .rmRightArrow
{
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_Excentive .rmTopArrow, .RadMenu_Excentive .rmBottomArrow, .RadMenu_Excentive .rmGroup .rmLeftArrow, .RadMenu_Excentive .rmGroup .rmRightArrow
{
    background-color: #E6E6E6;
}

.RadMenu_Excentive .rmTopArrow
{
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}
.RadMenu_Excentive .rmBottomArrow
{
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Excentive .rmHorizontal .rmSeparator .rmText, .RadMenu_Excentive .rmVertical .rmHorizontal .rmSeparator .rmText
{
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
    background-color: #A8A8A8;
}

.RadMenu_Excentive_Context .rmSeparator .rmText, .RadMenu_Excentive .rmHorizontal .rmGroup .rmSeparator .rmText, .RadMenu_Excentive .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Default> */