/* RadMenu GirlScouts skin */

.RadMenu_GirlScouts
{
	font-size: 10px;
	font-weight: bold;
	background: transparent;
	text-align: left;
	font: normal 10px/24px Arial, Verdana, Helvetica, sans-serif;		
}

.RadMenu_GirlScouts_rtl
{
	text-align: right;
}

.RadMenu_GirlScouts_Context
{
	background: none;
	border: 0;
}

.RadMenu_GirlScouts a
{
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	cursor: pointer;
}

.RadMenu_GirlScouts .rmLink
{
	background: transparent;
	text-decoration: underline;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 1px 0 0 0 !important;
	cursor: pointer;
}

.RadMenu_GirlScouts .TrailLinks 
{
	padding: 3px 0px 3px 0px;
}

.RadMenu_GirlScouts .rmLast .TrailLinks 
{
	padding: 3px 0px 8px 0px;
}

.RadMenu_GirlScouts .rmLink .rmFirst .TrailLinks
{
	padding: 0px 0px 3px 0px;	
	
	}

.RadMenu_GirlScouts .rmLink:focus,
.RadMenu_GirlScouts .rmFocused
{
	outline: 0;
	cursor: pointer;
}

.RadMenu_GirlScouts .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_GirlScouts .rmLink:hover,
.RadMenu_GirlScouts .rmFocused,
.RadMenu_GirlScouts .rmExpanded
{
	cursor: pointer;
	/*background-color: #fff;
	color: #333;*/
}

.RadMenu_GirlScouts .rmLink .rmText
{
	font: bold 10px Arial, Verdana, Helvetica, sans-serif;
	padding: 0 5px !important;
	margin: 0 !important;
}

.RadMenu_GirlScouts .rmGroup
{
	background: transparent;
}

.RadMenu_GirlScouts .rmGroup .rmLink
{
	text-decoration: none;
	color: #336699;	
	cursor: pointer;
}

.RadMenu_GirlScouts_rtl .rmGroup .rmLink
{
	text-align: right;	
	cursor: pointer;
}

.RadMenu_GirlScouts .rmGroup .rmLink:hover,
.RadMenu_GirlScouts .rmGroup .rmFocused,
.RadMenu_GirlScouts .rmGroup .rmExpanded
{
	color: #336699;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

.RadMenu_GirlScouts .rmText
{
	font: normal 10px/24px Arial, Verdana, Helvetica, sans-serif;
	/*padding: 3px 20px 5px;*/
}

.RadMenu_GirlScouts .rmGroup .rmLink .rmText
{
	padding: 0 5px;
	font: bold 10px/24px Arial, Verdana, Helvetica, sans-serif;
}

.RadMenu_GirlScouts_rtl .rmGroup .rmLink .rmText
{
	padding: 0 5px;
	font: bold 10px/24px Arial, Verdana, Helvetica, sans-serif;
}

/* <expand arrows styling> */

.RadMenu_GirlScouts .rmGroup .rmLink .rmExpandRight
{
	padding-right: 12px;
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right 0px;
	cursor: pointer;
}

.RadMenu_GirlScouts .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
	cursor: pointer;
}

.RadMenu_GirlScouts .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_GirlScouts .rmGroup .rmFocused .rmExpandRight,
.RadMenu_GirlScouts .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
	cursor: pointer;
}

.RadMenu_GirlScouts .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_GirlScouts .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_GirlScouts .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
	cursor: pointer;
}

/* </expand arrows styling> */

.RadMenu_GirlScouts .rmHorizontal .rmItem { border-right: 0; padding-bottom: 0px; }
.RadMenu_GirlScouts .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_GirlScouts .rmVertical .rmItem { border-bottom: 0; }
.RadMenu_GirlScouts .rmVertical .rmLast { border-bottom: 0; }

.RadMenu a.SubLevel1, .RadMenu a.SubLevel1:hover
{
	font-size: 11px;
	color: #fff;
	background: transparent;
	text-decoration: none;
	padding: 6px 2px 6px 4px;	
}

.RadMenu a.DonorLastRowRounded, .RadMenu a.DonorLastRowRounded:hover
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 6px 2px 6px 4px;
	background: transparent url(../../../../images/nav/donorLastExpandedBackground.gif) bottom left no-repeat;	
}

.RadMenu a.GeneralLastRowRounded, .RadMenu a.GeneralLastRowRounded:hover
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 6px 2px 6px 4px;
	background: transparent url(../../../../images/nav/roundNavBottom.gif) bottom left no-repeat;	
}

.RadMenu_GirlScouts_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_GirlScouts .rmRootGroup .rmGroup .rmItem,
.RadMenu_GirlScouts_Context .rmGroup .rmItem
{ border-bottom: 0; padding-bottom: 0;   
  padding: 0 0;
  }

.RadMenu_GirlScouts .rmGroup
{
	background-color: transparent;		
}

.RadMenu_GirlScouts .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_GirlScouts .rmTopArrow,
.RadMenu_GirlScouts .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: transparent url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_GirlScouts .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_GirlScouts .rmLeftArrow,
.RadMenu_GirlScouts .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: transparent url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_GirlScouts .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_GirlScouts .rmItem .rmDisabled .rmText
{
	color: #336699;
}

.RadMenu_GirlScouts .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_GirlScouts .rmGroup .rmItem .rmDisabled
{
	background-color: transparent;
}

.RadMenu_GirlScouts .rmRootGroup .rmSeparator,
.RadMenu_GirlScouts .rmGroup .rmSeparator
{
	border-bottom: 0;
}

.RadMenu_GirlScouts .rmSeparator .rmText
{
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.RadMenu_GirlScouts .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_GirlScouts .rmVertical .rmSeparator
{
	height: 24px;
	margin: 0 0;
	border: 0;
	line-height: 24px;
	background: #fff;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #fff;	
	color: #f1f1f1;
}

.RadMenu_GirlScouts .noLeftBorder 
{
	border-left: 0px;
}

.RadMenu_GirlScouts .rmVertical .topSep, .RadMenu_GirlScouts .rmVertical .bottomSep
{
	margin: 0 0;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	border: 0;
	background: none;
	padding: 0;
	padding-bottom: 0px;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
}

.RadMenu_GirlScouts .rmVertical .topSep .rmText, .RadMenu_GirlScouts .rmVertical .bottomSep .rmText
{
	display: block;
}

.RadMenu_GirlScouts .rmLeftImage
{
	margin: 0 !important;	
	padding: 0 !important;
}

.RadMenu_GirlScouts .rmSlide
{
	margin: -25px 0px 0px 0px !important;
	padding: 0px 0px 0px 14px;
	/*border-top: 1px solid #babf97;
	border-left: 1px solid #babf97;
	border-right: 1px solid #babf97;
	border-bottom: 1px solid #babf97;
*/
	border: 0px;
	background: transparent url(Menu/menuArrow.gif) 0px 28px no-repeat;	
}

.RadMenu_GirlScouts .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
	padding: 4px 4px;
	border-top: 1px solid #babf97;
	border-left: 1px solid #babf97;
	border-right: 1px solid #babf97;
	border-bottom: 1px solid #babf97;
	background: #fff;
}

.RadMenu_GirlScouts_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
	padding: 4px 4px;
	border-top: 1px solid #babf97;
	border-left: 1px solid #babf97;
	border-right: 1px solid #babf97;
	border-bottom: 1px solid #babf97;
	background: #fff;
}

.RadMenu_GirlScouts .rmGroup .rmSlide
{
	/*margin: 0 !important;*/
	margin: -25px 0px 0px 0px !important;
	padding: 0px 0px 0px 14px;
	/*border-top: 1px solid #babf97;
	border-left: 1px solid #babf97;
	border-right: 1px solid #babf97;
	border-bottom: 1px solid #babf97;
*/
	border: 0px;
	background: transparent url(Menu/menuArrow.gif) 0px 28px no-repeat;	
}

.RadMenu_GirlScouts .rmItem .rmDisabled:hover
{
	background: none;
}

.RadMenu_GirlScouts .MenuTopLeftCorner 
{
	background:transparent url(menu/LeftTopCorner.gif) no-repeat scroll left top;
	float:left;
	height:5px;
	width:5px;
	font-size: 5px;
	margin: 0;
	padding: 0;
}

.RadMenu_GirlScouts .MenuTopRightCorner  
{
	background:transparent url(menu/RightTopCorner.gif) no-repeat scroll right top;
	overflow: hidden;
	height: 5px;
	width: auto;
	margin: 0;
	padding: 0;	
}

.RadMenu_GirlScouts .MenuBottomLeftCorner 
{
	background:transparent url(menu/LeftBottomCorner.gif) no-repeat scroll left top;
	float:left;
	height:5px;
	width:5px;
	font-size: 5px;
	margin: 0;
	padding: 0;
}

.RadMenu_GirlScouts .MenuBottomRightCorner  
{
	background:transparent url(menu/RightBottomCorner.gif) no-repeat scroll right top;
	overflow: hidden;
	height: 5px;
	width:auto;
	margin: 0;
	padding: 0;
}


/*
aa9e77
*/