/* <RadMenu / Web20> */

.RadMenu_fullerton .rmRootGroup,
.RadMenu_fullerton .rmLink,
.RadMenu_fullerton .rmText,
.RadMenu_fullerton .rmLeftArrow,
.RadMenu_fullerton .rmRightArrow,
.RadMenu_fullerton .rmTopArrow,
.RadMenu_fullerton .rmBottomArrow
{
	background-image: url('Menu/rmSprite.png');
	background-color: transparent;
}

.RadMenu_fullerton .rmRootGroup
{
	border: 1px solid #bfa967;
	background-color: #decb92;
}

.RadMenu_fullerton .rmHorizontal
{
	background-repeat: repeat-x;
	background-position: 0 0;
}

.RadMenu_fullerton .rmVertical
{
	background-image: none;
}

/* <Root items> */

.RadMenu_fullerton,
.RadMenu_fullerton .rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	text-decoration: none;
}

.RadMenu_fullerton .rmLink
{
	color: #ffffff;
}

.RadMenu_fullerton .rmLink,
.RadMenu_fullerton .rmLink .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_fullerton .rmVertical .rmFirst,
.RadMenu_fullerton .rmVertical .rmLast
{
	background: none;
}

.RadMenu_fullerton .rmLink:hover,
.RadMenu_fullerton .rmFocused,
.RadMenu_fullerton .rmSelected,
.RadMenu_fullerton .rmExpanded,
.RadMenu_fullerton .rmExpanded:hover
{
	color: #8a6b0f;
	background-position: 0 -72px;
}

.RadMenu_fullerton .rmFirst .rmLink:hover,
.RadMenu_fullerton .rmFirst .rmFocused,
.RadMenu_fullerton .rmFirst .rmSelected,
.RadMenu_fullerton .rmFirst .rmExpanded,
.RadMenu_fullerton .rmFirst .rmExpanded:hover
{
	background-position: -1px -72px;
}

.RadMenu_fullerton .rmLink:hover .rmText,
.RadMenu_fullerton .rmFocused .rmText,
.RadMenu_fullerton .rmSelected .rmText,
.RadMenu_fullerton .rmExpanded .rmText,
.RadMenu_fullerton .rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_fullerton .rmLast .rmLink:hover .rmText,
.RadMenu_fullerton .rmLast .rmFocused .rmText,
.RadMenu_fullerton .rmLast .rmSelected .rmText,
.RadMenu_fullerton .rmLast .rmExpanded .rmText,
.RadMenu_fullerton .rmLast .rmExpanded:hover .rmText
{
	background-position: 0 -96px;
}

.RadMenu_fullerton .rmItem .rmDisabled,
.RadMenu_fullerton .rmItem .rmDisabled:hover,
.RadMenu_fullerton .rmItem .rmDisabled .rmText,
.RadMenu_fullerton .rmItem .rmDisabled:hover .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
}

.RadMenu_fullerton .rmVertical .rmLink
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.RadMenu_fullerton .rmVertical .rmLink:hover,
.RadMenu_fullerton .rmVertical .rmFocused,
.RadMenu_fullerton .rmVertical .rmSelected,
.RadMenu_fullerton .rmVertical .rmExpanded,
.RadMenu_fullerton .rmVertical .rmExpanded:hover
{
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-color: #947f40;
	border-width: 1px 0;
}

.RadMenu_fullerton .rmVertical .rmLink:hover,
.RadMenu_fullerton .rmVertical .rmFocused,
.RadMenu_fullerton .rmVertical .rmSelected,
.RadMenu_fullerton .rmVertical .rmExpanded,
.RadMenu_fullerton .rmVertical .rmExpanded:hover,
.RadMenu_fullerton .rmVertical .rmLink:hover .rmText,
.RadMenu_fullerton .rmVertical .rmFocused .rmText,
.RadMenu_fullerton .rmVertical .rmSelected .rmText,
.RadMenu_fullerton .rmVertical .rmExpanded .rmText,
.RadMenu_fullerton .rmVertical .rmExpanded:hover .rmText
{
	background-position: -1px -72px;
}

.RadMenu_fullerton .rmVertical .rmFirst .rmLink:hover,
.RadMenu_fullerton .rmVertical .rmFirst .rmFocused,
.RadMenu_fullerton .rmVertical .rmFirst .rmSelected,
.RadMenu_fullerton .rmVertical .rmFirst .rmExpanded,
.RadMenu_fullerton .rmVertical .rmFirst .rmExpanded:hover
{
	padding-top: 1px;
	padding-bottom: 0;
	border-top-width: 0;
}

.RadMenu_fullerton .rmVertical .rmLast .rmLink:hover,
.RadMenu_fullerton .rmVertical .rmLast .rmFocused,
.RadMenu_fullerton .rmVertical .rmLast .rmSelected,
.RadMenu_fullerton .rmVertical .rmLast .rmExpanded,
.RadMenu_fullerton .rmVertical .rmLast .rmExpanded:hover
{
	padding-bottom: 1px;
	padding-top: 0;
	border-bottom-width: 0;
}

.RadMenu_fullerton .rmVertical .rmItem .rmDisabled:hover
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 0;
}

.RadMenu_fullerton .rmLast .rmExpanded .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_fullerton .rmDisabled,
.RadMenu_fullerton .rmDisabled:hover
{
	color: #e3d9bc;
	background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_fullerton .rmGroup,
.RadMenu_fullerton .rmGroup .rmVertical
{
	border: 1px solid #969696;
	background: #ffffff url('Menu/rmVSprite.png') repeat-y -1px 0;
}

.RadMenu_fullerton .rmGroup .rmLink
{
	color: #000000;
}

.RadMenu_fullerton .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_fullerton_rtl .rmGroup,
.RadMenu_fullerton_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_fullerton .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_fullerton .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_fullerton .rmGroup .rmLink:hover,
.RadMenu_fullerton .rmGroup .rmItem .rmFocused,
.RadMenu_fullerton .rmGroup .rmItem .rmSelected,
.RadMenu_fullerton .rmGroup .rmItem .rmExpanded
{
	color: #8a6b0f;
}

.RadMenu_fullerton .rmGroup .rmDisabled,
.RadMenu_fullerton .rmGroup .rmDisabled:hover
{
	color: #8a8a8a;
}

.RadMenu_fullerton .rmGroup .rmItem .rmLink,
.RadMenu_fullerton .rmGroup .rmItem .rmLink:hover,
.RadMenu_fullerton .rmGroup .rmItem .rmFocused,
.RadMenu_fullerton .rmGroup .rmItem .rmSelected,
.RadMenu_fullerton .rmGroup .rmItem .rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_fullerton .rmGroup .rmLink,
.RadMenu_fullerton .rmGroup .rmText,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled:hover,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled .rmText,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_fullerton .rmGroup .rmLink:hover,
.RadMenu_fullerton .rmGroup .rmFocused,
.RadMenu_fullerton .rmGroup .rmSelected,
.RadMenu_fullerton .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_fullerton .rmGroup .rmLink:hover .rmText,
.RadMenu_fullerton .rmGroup .rmFocused .rmText,
.RadMenu_fullerton .rmGroup .rmSelected .rmText,
.RadMenu_fullerton .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_fullerton .rmGroup .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmExpandDown,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled .rmExpandDown,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled:hover .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmItem .rmDisabled:hover .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_fullerton .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmFocused .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmSelected .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_fullerton .rmGroup .rmFocused .rmExpandDown,
.RadMenu_fullerton .rmGroup .rmSelected .rmExpandDown,
.RadMenu_fullerton .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_fullerton .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_fullerton .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_fullerton_rtl .rmGroup .rmLink:hover,
.RadMenu_fullerton_rtl .rmGroup .rmFocused,
.RadMenu_fullerton_rtl .rmGroup .rmSelected,
.RadMenu_fullerton_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_fullerton_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_fullerton_rtl .rmGroup .rmFocused .rmText,
.RadMenu_fullerton_rtl .rmGroup .rmSelected .rmText,
.RadMenu_fullerton_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_fullerton_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_fullerton_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_fullerton_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_fullerton_rtl .rmGroup .rmSelected .rmExpandLeft,
.RadMenu_fullerton_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Web20 - specific, overlapping submenus)> */

.RadMenu_fullerton .rmFirst .rmSlide
{
	margin: 0 0 0 -1px;
}

.RadMenu_fullerton .rmVertical .rmSlide,
.RadMenu_fullerton .rmSlide .rmSlide,
.RadMenu_fullerton_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_fullerton_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_fullerton_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_fullerton_rtl .rmVertical .rmSlide,
.RadMenu_fullerton_rtl .rmSlide .rmSlide,
.RadMenu_fullerton_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_fullerton .rmLeftArrow,
.RadMenu_fullerton .rmRightArrow
{
	background-color: #fffbed;
}

.RadMenu_fullerton .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #828282; }
.RadMenu_fullerton .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #828282; }

.RadMenu_fullerton .rmTopArrow,
.RadMenu_fullerton .rmBottomArrow,
.RadMenu_fullerton .rmGroup .rmLeftArrow,
.RadMenu_fullerton .rmGroup .rmRightArrow
{
	background-color: #fffbed;
}

.RadMenu_fullerton .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #828282; }
.RadMenu_fullerton .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #828282; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_fullerton .rmHorizontal .rmSeparator .rmText,
.RadMenu_fullerton .rmVertical .rmHorizontal .rmSeparator .rmText
{
	height: 22px;
	margin: 1px 0 0;
	width: 1px;
}

.RadMenu_fullerton_Context .rmSeparator .rmText,
.RadMenu_fullerton .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_fullerton .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText
{
	background-color: transparent;
	background-position: 0 -408px;
}

/* </Separators> */

/* </RadMenu / Web20> */