/* <RadMenu / Black> */

.RadMenu_Bentley .rmRootGroup,
.RadMenu_Bentley .rmLink,
.RadMenu_Bentley .rmText,
.RadMenu_Bentley .rmLeftArrow,
.RadMenu_Bentley .rmRightArrow,
.RadMenu_Bentley .rmTopArrow,
.RadMenu_Bentley .rmBottomArrow
{
	background-image: url('Menu/BrmSprite.png');
	background-color: Transparent;
}

.RadMenu_Bentley .rmRootGroup
{
	
	background-color: #60bb46;
	
}

.RadMenu_Bentley .rmVertical
{
	background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Bentley,
.RadMenu_Bentley .rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #fff;
	background-color:#002a44;	
	text-decoration: none;
}

.RadMenu_Bentley .rmLink:hover
{
	color:#c7d1db;
	
}


.RadMenu_Bentley .rmLink,
.RadMenu_Bentley .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;

}

.RadMenu_Bentley .rmLink:hover,
.RadMenu_Bentley .rmFocused
{
	background-position: 0 -72px;
}

.RadMenu_Bentley .rmExpanded,
.RadMenu_Bentley .rmExpanded:hover
{
	background-position: 0 -72px;
	background-color:#002a44;	
}

.RadMenu_Bentley .rmExpanded .rmText,
.RadMenu_Bentley .rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Bentley .rmLast .rmExpanded .rmText
{
	
	background-position: 0 500px;
	background-repeat: no-repeat;
	
}

.RadMenu_Bentley .rmDisabled,
.RadMenu_Bentley .rmDisabled:hover
{
	color: #7d7d7d;
	background-position: 0 500px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Bentley .rmGroup,
.RadMenu_Bentley .rmGroup .rmVertical
{
	
	background: #4f4f4f url('Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_Bentley .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Bentley_rtl .rmGroup,
.RadMenu_Bentley_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_Bentley .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
	
}

.RadMenu_Bentley .rmGroup li.rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Bentley .rmRootGroup .rmHorizontal
{
	background-image: none;
	
}

.RadMenu_Bentley .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Bentley .rmGroup .rmItem .rmLink,
.RadMenu_Bentley .rmGroup .rmItem .rmLink:hover,
.RadMenu_Bentley .rmGroup .rmItem .rmFocused,
.RadMenu_Bentley .rmGroup .rmItem .rmExpanded
{
	
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background-color: Transparent;
	 
}

.RadMenu_Bentley .rmGroup .rmLast .rmLink,
.RadMenu_Bentley .rmGroup .rmLast .rmLink:hover,
.RadMenu_Bentley .rmGroup .rmLast .rmFocused,
.RadMenu_Bentley .rmGroup .rmLast .rmExpanded
{
	padding-bottom: 1px;
	
}

.RadMenu_Bentley .rmGroup .rmLink,
.RadMenu_Bentley .rmGroup .rmText,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled:hover,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled .rmText,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
	
}

.RadMenu_Bentley .rmGroup .rmLink:hover,
.RadMenu_Bentley .rmGroup .rmFocused,
.RadMenu_Bentley .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Bentley .rmGroup .rmLink:hover .rmText,
.RadMenu_Bentley .rmGroup .rmFocused .rmText,
.RadMenu_Bentley .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Bentley .rmGroup .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmExpandDown,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled .rmExpandDown,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled:hover .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmItem .rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Bentley .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Bentley .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Bentley .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Bentley .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Bentley .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Bentley_rtl .rmVertical .rmExpanded .rmText,
.RadMenu_Bentley_rtl .rmVertical .rmExpanded:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_Bentley_rtl .rmGroup .rmLink:hover,
.RadMenu_Bentley_rtl .rmGroup .rmFocused,
.RadMenu_Bentley_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Bentley_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Bentley_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Bentley_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Bentley_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Bentley_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Bentley_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Bentley_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Black - specific, overlapping submenus)> */

.RadMenu_Bentley .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_Bentley .rmVertical .rmSlide,
.RadMenu_Bentley .rmSlide .rmSlide,
.RadMenu_Bentley_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Bentley_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_Bentley_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
	
}

.RadMenu_Bentley_rtl .rmVertical .rmSlide,
.RadMenu_Bentley_rtl .rmSlide .rmSlide,
.RadMenu_Bentley_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Bentley .rmLeftArrow,
.RadMenu_Bentley .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_Bentley .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #828282; }
.RadMenu_Bentley .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #828282; }

.RadMenu_Bentley .rmTopArrow,
.RadMenu_Bentley .rmBottomArrow,
.RadMenu_Bentley .rmGroup .rmLeftArrow,
.RadMenu_Bentley .rmGroup .rmRightArrow
{
	background-color: #4f4f4f;
}

.RadMenu_Bentley .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #828282; }
.RadMenu_Bentley .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #828282; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Bentley .rmHorizontal .rmSeparator .rmText,
.RadMenu_Bentley .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
	background-color: red;
}

.RadMenu_Bentley_Context .rmSeparator .rmText,
.RadMenu_Bentley .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Bentley .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -406px;
}

.RadMenu_Bentley .rmRootGroup .rmLink
 {   
  background-color:#60bb46;   
  height:30px;   
}   
  
.RadMenu_Bentley .rmGroup .rmLink
 {      
  background-color: #fff;      
  height: auto;       
 }   



/* </Separators> */

/* </RadMenu / Black> */
