/* RadMenu Pioneers skin */

.RadMenu_Pioneers 
{
	
	border-bottom-width: 0;
	border-top-color: #383838;
	text-transform:lowercase;
	text-align: left;
}

.RadMenu_Pioneers_rtl
{
	text-align: right;
}

.RadMenu_Pioneers_Context
{
	background: none;
	border: 0;
}

.RadMenu_Pioneers a
{
	text-decoration: none;
}

.RadMenu_Pioneers .link
{
	line-height: 24px;
	text-decoration: none;
	color: #002776;
	position: relative;
	float:left;

}
.RadMenu_Pioneers .link .text
{
    	cursor:pointer;
}
.RadMenu_Pioneers .link:focused,
.RadMenu_Pioneers .focused
{
	outline: 0;
}

.RadMenu_Pioneers .expanded
{
	z-index: 10000;
}
.RadMenu_Pioneers .rootGroup .link
{
    padding:1px;
}
.RadMenu_Pioneers .rootGroup .link:hover,
.RadMenu_Pioneers .rootGroup .focused,
.RadMenu_Pioneers .rootGroup .expanded
{
	background-color: #fff;
	  padding:0px;
    	font-weight:bold;
	border:1px solid #002776;
		
}
.RadMenu_Pioneers .rootGroup .expanded
{	  padding:0px;
    	font-weight:bold;
	border:1px solid #002776;
	border-bottom:1px solid #fff;
}
.RadMenu_Pioneers .rootGroup .group .link:hover,
.RadMenu_Pioneers .rootGroup .group .focused,
.RadMenu_Pioneers .rootGroup .group .expanded
{
    border-bottom:0;
}
.RadMenu_Pioneers .link .text
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_Pioneers .group
{
	background: #fff;
}

.RadMenu_Pioneers .group .link
{
    border-top:1px solid #cecfcb;
	text-decoration: none;
	color: #002776;
	background: #fff;
	padding:0;
}

.RadMenu_Pioneers_rtl .group .link
{
	text-align: right;
}

.RadMenu_Pioneers .group .link:hover,
.RadMenu_Pioneers .group .focused,
.RadMenu_Pioneers .group .expanded
{
   
	color: #fff;
	background: #002776;
}

.RadMenu_Pioneers .text
{
	padding: 3px 16px 5px 16px;
}

.RadMenu_Pioneers .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_Pioneers .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_Pioneers .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_Pioneers .group .link:hover .expandLeft,
.RadMenu_Pioneers .group .focused .expandLeft,
.RadMenu_Pioneers .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_Pioneers .group .link:hover .expandRight,
.RadMenu_Pioneers .group .focused .expandRight,
.RadMenu_Pioneers .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_Pioneers .horizontal .item { border-right: 1px solid #aab5cd; }
.RadMenu_Pioneers .horizontal .last { }

.RadMenu_Pioneers .vertical .item { border-bottom: 1px solid #aab5cd; }
.RadMenu_Pioneers .vertical .last { border-bottom: 0; }

.RadMenu_Pioneers_rtl .horizontal .item { border-left: 0; }

.RadMenu_Pioneers .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Pioneers .group
{
	border: 1px solid #002776;
	background-color: #fff;
}

.RadMenu_Pioneers .group .expanded
{
	z-index: 11;
}

.RadMenu_Pioneers .topArrowDisabled,
.RadMenu_Pioneers .bottomArrowDisabled,
.RadMenu_Pioneers .leftArrowDisabled,
.RadMenu_Pioneers .rightArrowDisabled
{
	display: none;
}

.RadMenu_Pioneers .topArrow,
.RadMenu_Pioneers .bottomArrow,
.RadMenu_Pioneers .leftArrow,
.RadMenu_Pioneers .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Pioneers .topArrow,
.RadMenu_Pioneers .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_Pioneers .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_Pioneers .leftArrow,
.RadMenu_Pioneers .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_Pioneers .rightArrow
{
	background-position: -18px center;
}

.RadMenu_Pioneers .rootGroup .item .disabled .text,
.RadMenu_Pioneers .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Pioneers .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Pioneers .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_Pioneers .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_Pioneers .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Pioneers .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Pioneers .separator .text
{
	display: none;
}

.RadMenu_Pioneers .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Pioneers .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Pioneers .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Pioneers_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Pioneers_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Pioneers_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Pioneers .rootGroup .item .disabled:hover
{
	background: none;
}