/* <RadMenu / Default> */

.RadMenu_D2H .rmRootGroup,
.RadMenu_D2H a.rmLink,
.RadMenu_D2H .rmGroup .rmText,
.RadMenu_D2H .rmLeftArrow,
.RadMenu_D2H .rmRightArrow,
.RadMenu_D2H .rmTopArrow,
.RadMenu_D2H .rmBottomArrow {
    /*background-image: url('Menu/menu-bg.png');*/
    background-color: #6f42c1;
    
}

.RadMenu_D2H .rmRootGroup
{
	/*border: 1px solid #828282;*/
	border: 0px solid #000;
	background-repeat: repeat-x;
	background-position: 0 -408px;
	/* background-color: #e6e6e6;	*/
	background-color: #6f42c1;		/* Change here */
}

/* <Root items> */

.RadMenu_D2H,
.RadMenu_D2H a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	/*color: #000;*/
	color: #FFFFFF;			/* Change here */
	text-decoration: none;
}

.RadMenu_D2H a.rmLink,
.RadMenu_D2H a.rmDisabled,
.RadMenu_D2H a.rmDisabled:hover
{
	background-position: 0 -72px;
}

.RadMenu_D2H .rmFirst a.rmLink,
.RadMenu_D2H .rmFirst a.rmLink:hover,
.RadMenu_D2H .rmLast .rmText,
.RadMenu_D2H .rmLast a.rmLink:hover .rmText,
.RadMenu_D2H .rmVertical a.rmLink,
.RadMenu_D2H .rmVertical .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_D2H .rmVertical .rmFirst,
.RadMenu_D2H .rmVertical .rmLast
{
	background: none;
}

.RadMenu_D2H a.rmLink:hover,
.RadMenu_D2H a.rmFocused,
.RadMenu_D2H a.rmSelected
{
	/*background-color: #fff;*/	
	background-color: #BF5FFF;		/* Change here */
}

.RadMenu_D2H .rmHorizontal .rmRootLink span.rmText
{
	display: inline;
	padding-left: 12px;
}

.RadMenu_D2H .rmHorizontal a.rmRootLink
{
	padding-left: 0;
}

.RadMenu_D2H .rmHorizontal .rmItem > a.rmRootLink /* IE6 doesn't like width: 100% on its items. */
{
	width: 100%;
}
.RadMenu_D2H .rmHorizontal .rmItem a:hover     /*added by sandeep IE6 doesn't like width: 100% on its items. */
{
	background: none;
	background-color: #BF5FFF;
	cursor:hand;
}
.RadMenu_D2H .rmHorizontal img.rmLeftImage
{
	margin: 4px -4px 0 6px;
}

.RadMenu_D2H_rtl .rmHorizontal img.rmLeftImage
{
	margin: 4px 6px 0 -4px;
}

.RadMenu_D2H .rmVertical a.rmLink
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.RadMenu_D2H .rmVertical a.rmLink:hover,
.RadMenu_D2H .rmVertical a.rmFocused,
.RadMenu_D2H .rmVertical a.rmSelected,
.RadMenu_D2H .rmVertical a.rmExpanded,
.RadMenu_D2H .rmVertical a.rmExpanded:hover
{
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0;
    background-color: #BF5FFF;	
}

.RadMenu_D2H .rmVertical .rmFirst a.rmLink:hover,
.RadMenu_D2H .rmVertical .rmFirst a.rmFocused,
.RadMenu_D2H .rmVertical .rmFirst a.rmSelected,
.RadMenu_D2H .rmVertical .rmFirst a.rmExpanded,
.RadMenu_D2H .rmVertical .rmFirst a.rmExpanded:hover
{
	padding-top: 1px;
	padding-bottom: 0;
	border-top-width: 0;
    background-color: #BF5FFF;	
}

.RadMenu_D2H .rmVertical .rmLast a.rmLink:hover,
.RadMenu_D2H .rmVertical .rmLast a.rmFocused,
.RadMenu_D2H .rmVertical .rmLast a.rmSelected,
.RadMenu_D2H .rmVertical .rmLast a.rmExpanded,
.RadMenu_D2H .rmVertical .rmLast a.rmExpanded:hover
{
	padding-bottom: 1px;
	padding-top: 0;
	border-bottom-width: 0;
    background-color: #BF5FFF;	
}

.RadMenu_D2H .rmVertical .rmItem a.rmDisabled:hover
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 0;
    background-color: #BF5FFF;	
}

.RadMenu_D2H a.rmExpanded,
.RadMenu_D2H a.rmExpanded:hover
{
	/*background-color: #fff;*/
	background-color: #AA00FF;		/* Change here */
}

.RadMenu_D2H a.rmDisabled,
.RadMenu_D2H a.rmDisabled:hover
{
	color: #999;
	background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_D2H .rmGroup,
.RadMenu_D2H .rmMultiColumn,
.RadMenu_D2H .rmGroup .rmVertical
{
	border: 1px solid #828282;	
    background-color: #6f42c1;	
	/*background: #6f42c1 url('Menu/menu-bg2.png') repeat-y 0 0;*/
}

.RadMenu_D2H .rmTopFix,
.RadMenu_D2H .rmBottomFix,
.RadMenu_D2H .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_D2H .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_D2H .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_D2H .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_D2H_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_D2H_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	/*background-image: url('Menu/menu-bg2.png');*/	
	background-color: #BF5FFF;		/* Change here */
	
}

* html .rmRoundedCorners_D2H .rmGroup .rmItem,
* html .rmRoundedCorners_D2H ul.rmHorizontal .rmFirst
{
	/*background-image: url('Menu/menu-bg2.png');
	background-color: #fff; */
	background-color: #BF5FFF;		/* Change here */
	background-repeat: repeat-y;
}

.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_D2H .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_D2H .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_D2H .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_D2H_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none; 
}

* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_D2H .rmScrollWrap .rmItem,
* html .rmRoundedCorners_D2H .rmHorizontal .rmItem,
* html .rmRoundedCorners_D2H .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_D2H .rmRoundedCorners .rmGroupColumn
{
	background-color: #fff;
}

.RadMenu_D2H .rmBottomLeft,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_D2H_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_D2H .rmRoundedCorners ul.rmGroup,
.RadMenu_D2H .rmRoundedCorners .rmMultiColumn
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

* html .rmRoundedCorners_D2H .rmScrollWrapContainer,
* html .rmRoundedCorners_D2H .rmGroup ul.rmGroup,
* html .rmRoundedCorners_D2H ul.rmGroup
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_D2H .rmTopRight,
.RadMenu_D2H .rmBottomRight
{
	background-image:  url('Menu/rmRoundedRight.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_D2H .rmTopFix,
.RadMenu_D2H .rmBottomFix,
.RadMenu_D2H .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_D2H_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_D2H .rmGroup .rmFirst
{
	border-color: #828282;
}

.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: #6f42c1;
}

* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmBottomFix
{
	background: #6f42c1;
}

.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_D2H .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

.RadMenu_D2H_rtl .rmBottomLeft,
.RadMenu_D2H_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_D2H_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_D2H .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_D2H_Context_rtl ul.rmGroup,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer
{
	background-image: url('Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_D2H_rtl .rmTopRight,
.RadMenu_D2H_rtl .rmBottomRight
{
	background-image: url('Menu/rmRoundedRight_rtl.png');
}

.RadMenu_D2H_rtl li.rmTopFix,
.RadMenu_D2H_rtl li.rmBottomFix,
.RadMenu_D2H_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_D2H_Context_rtl .rmGroup .rmItem
{
	background-position: 101% 0;   
}

.RadMenu_D2H .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_D2H_rtl .rmGroup,
.RadMenu_D2H_rtl .rmMultiColumn,
.RadMenu_D2H_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_D2H .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu_D2H .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_D2H .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_D2H .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_D2H_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_D2H .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_D2H .rmGroup .rmItem a.rmLink,
.RadMenu_D2H .rmGroup .rmItem a.rmLink:hover,
.RadMenu_D2H .rmGroup .rmItem a.rmFocused,
.RadMenu_D2H .rmGroup .rmItem a.rmSelected,
.RadMenu_D2H .rmGroup .rmItem a.rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_D2H .rmGroup .rmLast a.rmLink,
.RadMenu_D2H .rmGroup .rmLast a.rmLink:hover,
.RadMenu_D2H .rmGroup .rmLast a.rmFocused,
.RadMenu_D2H .rmGroup .rmLast a.rmSelected,
.RadMenu_D2H .rmGroup .rmLast a.rmExpanded
{
	padding-bottom: 1px;
}

.RadMenu_D2H .rmGroup a.rmLink,
.RadMenu_D2H .rmGroup .rmText,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_D2H .rmGroup a.rmLink:hover,
.RadMenu_D2H .rmGroup a.rmFocused,
.RadMenu_D2H .rmGroup a.rmSelected,
.RadMenu_D2H .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
	background-color: transparent;
}

.RadMenu_D2H .rmGroup a.rmLink:hover .rmText,
.RadMenu_D2H .rmGroup a.rmFocused .rmText,
.RadMenu_D2H .rmGroup a.rmSelected .rmText,
.RadMenu_D2H .rmGroup a.rmExpanded .rmText
{
	background-position: 100% -192px;
     background-color: #BF5FFF;
}

/* <expand arrows> */

.RadMenu_D2H .rmGroup .rmExpandRight,
.RadMenu_D2H .rmGroup .rmExpandDown,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled .rmExpandRight,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled .rmExpandDown,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled:hover .rmExpandRight,
.RadMenu_D2H .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_D2H .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_D2H .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_D2H .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_D2H .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_D2H .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_D2H .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_D2H .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_D2H .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_D2H .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_D2H .rmGroup a.rmDisabled:hover .rmExpandDown {
    /*background-image: url('Menu/menu-bg.png');*/
    background-color: #6f42c1;
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_D2H_rtl a.rmLink,
.RadMenu_D2H_rtl .rmRootGroup a.rmDisabled
{
	background-position: 100% -96px;
}

.RadMenu_D2H_rtl .rmGroup a.rmDisabled
{
	background: none;
}

.RadMenu_D2H_rtl .rmText
{
	background-position: 0 -96px;
}

.RadMenu_D2H_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_D2H_rtl .rmVertical a.rmExpanded:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_D2H_rtl .rmGroup a.rmLink:hover,
.RadMenu_D2H_rtl .rmGroup a.rmFocused,
.RadMenu_D2H_rtl .rmGroup a.rmSelected,
.RadMenu_D2H_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_D2H_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_D2H_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_D2H_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_D2H_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_D2H_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_D2H_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_D2H_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_D2H_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_D2H_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Default - specific, overlapping submenus)> */

.RadMenu_D2H .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_D2H .rmVertical .rmSlide,
.RadMenu_D2H .rmSlide .rmSlide,
.RadMenu_D2H_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_D2H_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_D2H_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_D2H_rtl .rmVertical .rmSlide,
.RadMenu_D2H_rtl .rmSlide .rmSlide,
.RadMenu_D2H_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_D2H .rmLeftArrow,
.RadMenu_D2H .rmRightArrow
{
	background-color: #6f42c1;
}

.RadMenu_D2H .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #828282; }
.RadMenu_D2H .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #828282; }

.RadMenu_D2H .rmTopArrow,
.RadMenu_D2H .rmBottomArrow,
.RadMenu_D2H .rmGroup .rmLeftArrow,
.RadMenu_D2H .rmGroup .rmRightArrow
{
	background-color: #6f42c1;
}

.RadMenu_D2H .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #828282; }
.RadMenu_D2H .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #828282; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_D2H .rmHorizontal .rmSeparator .rmText,
.RadMenu_D2H .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
	background-color: #6f42c1;
}

.RadMenu_D2H_Context .rmSeparator .rmText,
.RadMenu_D2H .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_D2H .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Default> */
