/* RadMenu Default skin */

.RadMenu_GladesvilleRSL 
{
	border-bottom-width: 0;
	border-top-color: #383838;
	background: #a9a9a9;
	text-align: left;
}

.RadMenu_GladesvilleRSL_rtl
{
	text-align: right;
}

.RadMenu_GladesvilleRSL_Context
{
	background: none;
	border: 0;
}

.RadMenu_GladesvilleRSL a
{
	text-decoration: none;
}

.RadMenu_GladesvilleRSL .rmLink
{
	/*line-height: 24px;*/
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.RadMenu_GladesvilleRSL .rmLink:focus,
.RadMenu_GladesvilleRSL .rmFocused
{
	outline: 0;
}

.RadMenu_GladesvilleRSL .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_GladesvilleRSL .rmLink:hover,
.RadMenu_GladesvilleRSL .rmFocused,
.RadMenu_GladesvilleRSL .rmExpanded
{
	color: #844a6b;
}

.RadMenu_GladesvilleRSL .rmLink .rmText
{
	font: normal 10px Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px -2px 6px -12px;
}

.RadMenu_GladesvilleRSL li
{
}


.RadMenu_GladesvilleRSL .rmGroup
{
	background: #fff;
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_GladesvilleRSL_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink:hover,
.RadMenu_GladesvilleRSL .rmGroup .rmFocused,
.RadMenu_GladesvilleRSL .rmGroup .rmExpanded
{
	color: #844a6b;
}

.RadMenu_GladesvilleRSL .rmText
{
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink .rmText
{
	font-size: 11px/11px;
	padding: 7px 37px 7px 20px;
}

.RadMenu_GladesvilleRSL_rtl .rmGroup .rmLink .rmText
{
	padding: 0px 0px 0px 0px;
}

/* <expand arrows styling> */

.RadMenu_GladesvilleRSL .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_GladesvilleRSL .rmGroup .rmFocused .rmExpandRight,
.RadMenu_GladesvilleRSL .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_GladesvilleRSL .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_GladesvilleRSL .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_GladesvilleRSL .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_GladesvilleRSL .rmHorizontal .rmItem
{
    background: transparent url(Menu/ItemBg.gif) no-repeat;
}
.RadMenu_GladesvilleRSL .rmHorizontal .rmLast { }
.RadMenu_GladesvilleRSL .rmHorizontal .rmGroup .rmItem
{
    background-image: none;
}

.RadMenu_GladesvilleRSL .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_GladesvilleRSL .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_GladesvilleRSL_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_GladesvilleRSL .rmRootGroup .rmGroup .rmItem,
.RadMenu_GladesvilleRSL_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_GladesvilleRSL .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_GladesvilleRSL .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_GladesvilleRSL .rmTopArrow,
.RadMenu_GladesvilleRSL .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_GladesvilleRSL .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_GladesvilleRSL .rmLeftArrow,
.RadMenu_GladesvilleRSL .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_GladesvilleRSL .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_GladesvilleRSL .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_GladesvilleRSL .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_GladesvilleRSL .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_GladesvilleRSL .rmRootGroup .rmSeparator,
.RadMenu_GladesvilleRSL .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_GladesvilleRSL .rmSeparator .rmText
{
	display: none;
}

.RadMenu_GladesvilleRSL .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_GladesvilleRSL .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_GladesvilleRSL .rmLeftImage
{
	margin: 2px;
}

.RadMenu_GladesvilleRSL .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_GladesvilleRSL .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_GladesvilleRSL_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_GladesvilleRSL .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_GladesvilleRSL .rmItem .rmDisabled:hover
{
	background: none;
}
