/* <RadMenu / Custom> */

.RadMenu_Custom .rmRootGroup,
.RadMenu_Custom a.rmLink,
.RadMenu_Custom .rmText,
.RadMenu_Custom .rmLeftArrow,
.RadMenu_Custom .rmRightArrow,
.RadMenu_Custom .rmTopArrow,
.RadMenu_Custom .rmBottomArrow
{
	background-image: url('Menu/rmSprite.png');
	background-color: transparent;
}

.RadMenu_Custom .rmRootGroup
{
	border:solid 0px #c3c2c3;	
	background-color: transparent;
	/*height:50px;*/
}

.RadMenu_Custom .rmHorizontal
{
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
}

.RadMenu_Custom .rmVertical
{
	background-image: none;
	background-color: transparent;	
	/*height:23px;*/
	
}

/* <Root items> */

.RadMenu_Custom,
.RadMenu_Custom a.rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	text-decoration: none;
}

.RadMenu_Custom a.rmLink
{
	color: #333;	
}

.RadMenu_Custom a.rmLink,
.RadMenu_Custom a.rmLink .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;	
}

.RadMenu_Custom .rmVertical .rmItem
{
	border-left: solid 1px #c3c2c3;	
	border-right: solid 1px #c3c2c3;		
	background-color: #fff;
	
}

.RadMenu_Custom .rmVertical .rmFirst
{
	background: url('Menu/rmFirst.png');
	background-position:top left;
	/*background-repeat:no-repeat;*/
	background-color: transparent;
	border-left: solid 1px #c3c2c3;	
	border-right: solid 1px #c3c2c3;		
}

.RadMenu_Custom .rmVertical .rmFirst
{
	margin-top:0px;
	}

.RadMenu_Custom .rmVertical .rmLast
{
	background: url('Menu/rmLast.png');
	background-position:bottom;
	height:35px;
	border-left: solid 1px #c3c2c3;	
	border-right: solid 1px #c3c2c3;		
}

.RadMenu_Custom .rmVertical .rmItem a.rmLink
{
		margin-left: -10px;
	}

.RadMenu_Custom .rmVertical .rmFirst a.rmLink
{
	margin-top:12px;
}


.RadMenu_Custom  .rmRootGroup a.rmLink:hover,
.RadMenu_Custom  .rmRootGroup a.rmFocused,
.RadMenu_Custom  .rmRootGroup a.rmSelected,
.RadMenu_Custom  .rmRootGroup a.rmExpanded,
.RadMenu_Custom  .rmRootGroup a.rmExpanded:hover
{
	color: #333;
	/*background: url('Menu/rmRootPointer.png');
	background-repeat:no-repeat;
	background-position: 4px 20px;*/
	cursor:pointer;
	text-decoration:none;
	border:solid 0px red;
	/*height:39px;*/
}


.RadMenu_Custom a.rmLink:hover,
.RadMenu_Custom a.rmFocused,
.RadMenu_Custom a.rmSelected,
.RadMenu_Custom a.rmExpanded,
.RadMenu_Custom a.rmExpanded:hover
{
	color: #333;
	/*background: url('Menu/rmRootPointer.png');
	background-repeat:no-repeat;
	background-position: 4px 20px;*/
	cursor:pointer;
	text-decoration:none;
	border:solid 0px red;
}


.RadMenu_Custom .rmFirst a.rmLink:hover,
.RadMenu_Custom .rmFirst a.rmFocused,
.RadMenu_Custom .rmFirst a.rmSelected,
.RadMenu_Custom .rmFirst a.rmExpanded,
.RadMenu_Custom .rmFirst a.rmExpanded:hover
{
	/*background: url('Menu/rmRootPointer.png');
	background-repeat:no-repeat;
	background-position: 4px 20px;
	height:39px;*/
}



.RadMenu_Custom a.rmLink:hover .rmText,
.RadMenu_Custom a.rmFocused .rmText,
.RadMenu_Custom a.rmSelected .rmText,
.RadMenu_Custom a.rmExpanded .rmText,
.RadMenu_Custom a.rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Custom .rmLast a.rmLink:hover .rmText,
.RadMenu_Custom .rmLast a.rmFocused .rmText,
.RadMenu_Custom .rmLast a.rmSelected .rmText,
.RadMenu_Custom .rmLast a.rmExpanded .rmText,
.RadMenu_Custom .rmLast a.rmExpanded:hover .rmText
{
	background-position: 0 -96px;
}

.RadMenu_Custom .rmItem a.rmDisabled,
.RadMenu_Custom .rmItem a.rmDisabled:hover,
.RadMenu_Custom .rmItem a.rmDisabled .rmText,
.RadMenu_Custom .rmItem a.rmDisabled:hover .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_Custom .rmVertical a.rmLink
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.RadMenu_Custom .rmVertical a.rmLink:hover,
.RadMenu_Custom .rmVertical a.rmFocused,
.RadMenu_Custom .rmVertical a.rmSelected,
.RadMenu_Custom .rmVertical a.rmExpanded,
.RadMenu_Custom .rmVertical a.rmExpanded:hover
{
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-color: #3f5f94;
	border-width: 0px 0;
	/*height:23px;*/
}

.RadMenu_Custom .rmVertical a.rmLink:hover,
.RadMenu_Custom .rmVertical a.rmFocused,
.RadMenu_Custom .rmVertical a.rmSelected,
.RadMenu_Custom .rmVertical a.rmExpanded,
.RadMenu_Custom .rmVertical a.rmExpanded:hover,
.RadMenu_Custom .rmVertical a.rmLink:hover .rmText,
.RadMenu_Custom .rmVertical a.rmFocused .rmText,
.RadMenu_Custom .rmVertical a.rmSelected .rmText,
.RadMenu_Custom .rmVertical a.rmExpanded .rmText,
.RadMenu_Custom .rmVertical a.rmExpanded:hover .rmText
{
	background-position: -1px -72px;
}

.RadMenu_Custom .rmVertical .rmFirst a.rmLink:hover,
.RadMenu_Custom .rmVertical .rmFirst a.rmFocused,
.RadMenu_Custom .rmVertical .rmFirst a.rmSelected,
.RadMenu_Custom .rmVertical .rmFirst a.rmExpanded,
.RadMenu_Custom .rmVertical .rmFirst a.rmExpanded:hover
{
	padding-top: 1px;
	padding-bottom: 0;
	border-top-width: 0;
}

.RadMenu_Custom .rmVertical .rmLast a.rmLink:hover,
.RadMenu_Custom .rmVertical .rmLast a.rmFocused,
.RadMenu_Custom .rmVertical .rmLast a.rmSelected,
.RadMenu_Custom .rmVertical .rmLast a.rmExpanded,
.RadMenu_Custom .rmVertical .rmLast a.rmExpanded:hover
{
	padding-bottom: 1px;
	padding-top: 0;
	border-bottom-width: 0;
}

.RadMenu_Custom .rmVertical .rmItem a.rmDisabled:hover
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 0;
}

.RadMenu_Custom .rmLast a.rmExpanded .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_Custom a.rmDisabled,
.RadMenu_Custom a.rmDisabled:hover
{
	color: #bdcae3;
	background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Custom .rmGroup,
.RadMenu_Custom .rmMultiColumn,
.RadMenu_Custom .rmGroup .rmVertical
{
	margin:0px 0px 0px 0px;
	border: 0px solid #333;
	background: url('Menu/rmVSprite.png') repeat-y -1px 0;
}

.RadMenu_Custom .rmTopFix,
.RadMenu_Custom .rmBottomFix,
.RadMenu_Custom .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Custom .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Custom .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Custom_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Custom_Context.rmRoundedCorners ul.rmHorizontal .rmFirst

{
	background-image: url('Menu/rmVSprite.png');
	background-color: #fff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}


* html .rmRoundedCorners_Custom .rmGroup .rmItem,
* html .rmRoundedCorners_Custom ul.rmHorizontal .rmFirst
{
	background-image: url('Menu/rmVSprite.png');
	background-color: #fff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Custom .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Custom .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Custom_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none;
}

* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Custom .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Custom .rmHorizontal .rmItem,
* html .rmRoundedCorners_Custom .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_Custom .rmRoundedCorners .rmGroupColumn
{
	background-color: #fff;
}

.RadMenu_Custom .rmBottomLeft,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Custom_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Custom .rmRoundedCorners ul.rmGroup,
.RadMenu_Custom .rmRoundedCorners .rmMultiColumn
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

* html .rmRoundedCorners_Custom .rmScrollWrapContainer,
* html .rmRoundedCorners_Custom .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Custom ul.rmGroup
{
	background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;
}

.RadMenu_Custom .rmTopRight
{
	background-image:  url('Menu/rmRoundedRight.png');
	background-color: transparent; 
	background-repeat: no-repeat;
	background-position:top;
}

.RadMenu_Custom .rmBottomRight
{
	background-image:  url('Menu/rmRoundedRight.png');
	background-color: transparent; 
	background-repeat: no-repeat;
	background-position:bottom;
}

.RadMenu_Custom .rmTopFix,
.RadMenu_Custom .rmBottomFix,
.RadMenu_Custom .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Custom_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Custom .rmGroup .rmFirst
{
	border-color: #c3c2c3;
}

.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: #FFF;
}

* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmBottomFix
{
	background: #FFF;
}

.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Custom .rmScrollWrapContainer .rmRightArrow
{
	background-color: #FFF;
	border: 0;
}

.RadMenu_Custom li.rmTopFix,
.RadMenu_Custom li.rmBottomFix
{
	background-position: -4px 0;
}

.RadMenu_Custom_rtl .rmBottomLeft,
.RadMenu_Custom_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Custom_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Custom .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Custom_Context_rtl ul.rmGroup,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer
{
	background-image: url('Menu/rmRoundedLeft_rtl.png');
	background-position:bottom;
}


.RadMenu_Custom_rtl .rmTopRight
{
	background-image: url('Menu/rmRoundedRight_rtl.png');
	background-position:top;
}

.RadMenu_Custom_rtl .rmBottomRight
{
	background-image: url('Menu/rmRoundedRight_rtl.png');
	background-position:bottom;
}

.RadMenu_Custom_rtl li.rmTopFix,
.RadMenu_Custom_rtl li.rmBottomFix,
.RadMenu_Custom_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Custom_Context_rtl ul.rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_Custom .rmGroup a.rmLink
{
	font-weight:bold;
}

.RadMenu_Custom .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Custom_rtl .rmGroup,
.RadMenu_Custom_rtl .rmMultiColumn,
.RadMenu_Custom_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Custom .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Custom .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Custom .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Custom_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Custom .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_Custom .rmGroup a.rmLink:hover,
.RadMenu_Custom .rmGroup .rmItem a.rmFocused,
.RadMenu_Custom .rmGroup .rmItem a.rmSelected,
.RadMenu_Custom .rmGroup .rmItem a.rmExpanded
{
	color: #00aeef;
	font-weight:bold;
	text-decoration:none;
	}

.RadMenu_Custom .rmGroup a.rmDisabled,
.RadMenu_Custom .rmGroup a.rmDisabled:hover
{
	color: #8a8a8a;
}

.RadMenu_Custom .rmGroup .rmItem a.rmLink,
.RadMenu_Custom .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Custom .rmGroup .rmItem a.rmFocused,
.RadMenu_Custom .rmGroup .rmItem a.rmSelected,
.RadMenu_Custom .rmGroup .rmItem a.rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_Custom .rmGroup a.rmLink,
.RadMenu_Custom .rmGroup .rmText,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_Custom .rmGroup a.rmLink:hover,
.RadMenu_Custom .rmGroup a.rmFocused,
.RadMenu_Custom .rmGroup a.rmSelected,
.RadMenu_Custom .rmGroup a.rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Custom .rmGroup a.rmLink:hover .rmText,
.RadMenu_Custom .rmGroup a.rmFocused .rmText,
.RadMenu_Custom .rmGroup a.rmSelected .rmText,
.RadMenu_Custom .rmGroup a.rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Custom .rmGroup .rmLink .rmExpandRight,
.RadMenu_Custom .rmGroup .rmLink .rmExpandDown,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled .rmExpandRight,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled .rmExpandDown,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled:hover .rmExpandRight,
.RadMenu_Custom .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Custom .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Custom .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Custom .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Custom .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Custom .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Custom .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Custom .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Custom .rmGroup a.rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Custom .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Custom .rmGroup a.rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Custom_rtl .rmGroup a.rmLink:hover,
.RadMenu_Custom_rtl .rmGroup a.rmFocused,
.RadMenu_Custom_rtl .rmGroup a.rmSelected,
.RadMenu_Custom_rtl .rmGroup a.rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Custom_rtl .rmGroup a.rmLink:hover .rmText,
.RadMenu_Custom_rtl .rmGroup a.rmFocused .rmText,
.RadMenu_Custom_rtl .rmGroup a.rmSelected .rmText,
.RadMenu_Custom_rtl .rmGroup a.rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Custom_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Custom_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Custom_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Custom_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Custom_rtl .rmGroup a.rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Custom - specific, overlapping submenus)> */

.RadMenu_Custom .rmFirst .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_Custom .rmVertical .rmSlide,
.RadMenu_Custom .rmSlide .rmSlide,
.RadMenu_Custom_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Custom_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_Custom_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_Custom_rtl .rmVertical .rmSlide,
.RadMenu_Custom_rtl .rmSlide .rmSlide,
.RadMenu_Custom_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Custom .rmLeftArrow,
.RadMenu_Custom .rmRightArrow
{
	/*background-color: #ECF4FF;*/
}

.RadMenu_Custom .rmLeftArrow { background-position: -8px -312px; /*border-right: 1px solid #828282; */}
.RadMenu_Custom .rmRightArrow { background-position: -482px -216px; /*border-left: 1px solid #828282;*/ }

.RadMenu_Custom .rmTopArrow,
.RadMenu_Custom .rmBottomArrow,
.RadMenu_Custom .rmGroup .rmLeftArrow,
.RadMenu_Custom .rmGroup .rmRightArrow
{
	/*background-color: #ECF4FF;*/
}

.RadMenu_Custom .rmTopArrow { background-position: 50% -367px; /*border-bottom: 1px solid #828282;*/ }
.RadMenu_Custom .rmBottomArrow { background-position: 50% -391px; /*border-top: 1px solid #828282; */}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Custom .rmHorizontal .rmSeparator .rmText,
.RadMenu_Custom .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
}

.RadMenu_Custom .rmHorizontal .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -386px;
}

.RadMenu_Custom_Context .rmSeparator .rmText,
.RadMenu_Custom .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Custom .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -408px;
}

/* </Separators> */

/* </RadMenu / Custom> */