/* RadMenu WSPA skin */

.RadMenu_WSPA 
{
	border-bottom-width: 0;
	text-align: right;
	margin: 0px 0px 0px 10px;
}

.RadMenu_WSPA_rtl
{
	text-align: right;
}

.RadMenu_WSPA_Context
{
	background: none;
	border: 0;
}

.RadMenu_WSPA a
{
	text-decoration: none;
}

.RadMenu_WSPA .link
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block !important;
}

.RadMenu_WSPA .link:focused,
.RadMenu_WSPA .focused
{
	outline: 0;
}

.RadMenu_WSPA .navActive	
{
	text-decoration: underline;
}

.RadMenu_WSPA .expanded
{
	z-index: 10000;
}


.RadMenu_WSPA .rootGroup .link:hover    
{
    text-decoration: underline;
}


.RadMenu_WSPA .rootGroup .focused,
.RadMenu_WSPA .rootGroup .expanded
{
	color: #333;
	text-decoration: none;
	
}

.RadMenu_WSPA .rootGroup .link .text
{
	font: normal 12px Arial, sans-serif;
}


.RadMenu_WSPA .group
{
	background: #fff;
}

.RadMenu_WSPA .group .link
{
	color: #333;
	background-color: #8dc63f;
	text-decoration: none;
}

.RadMenu_WSPA_rtl .group .link
{
	text-decoration: none;
}

.RadMenu_WSPA .group .link:hover,
.RadMenu_WSPA .group .focused,
.RadMenu_WSPA .group .expanded
{
	color: #fff;
	text-decoration: none;
	
}

.RadMenu_WSPA .text
{
	padding: 0px 8px 0px 8px;
	
}

.RadMenu_WSPA .group .link .text
{
	font: normal 12px Arial, sans-serif;
	width: 190px;
	padding: 2px 10px 2px 5px;
	text-align: left;
	color: #ffffff;
}

.RadMenu_WSPA .group .link .text:hover  
{
    text-decoration: none;   
}




/* <expand arrows styling> */

.RadMenu_WSPA .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_WSPA .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_WSPA .group .link:hover .expandLeft,
.RadMenu_WSPA .group .focused .expandLeft,
.RadMenu_WSPA .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_WSPA .group .link:hover .expandRight,
.RadMenu_WSPA .group .focused .expandRight,
.RadMenu_WSPA .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_WSPA .horizontal .item { border-right: 1px solid #353535; }
.RadMenu_WSPA .horizontal .last { border-right: 0; }

.RadMenu_WSPA .vertical .item { border-bottom: 1px solid #353535; }
.RadMenu_WSPA .vertical .last { border-bottom: 0; }

.RadMenu_WSPA_rtl .horizontal .item { border-left: 0; }

.RadMenu_WSPA .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_WSPA .group
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_WSPA .group .expanded
{
	z-index: 11;
}

.RadMenu_WSPA .topArrowDisabled,
.RadMenu_WSPA .bottomArrowDisabled,
.RadMenu_WSPA .leftArrowDisabled,
.RadMenu_WSPA .rightArrowDisabled
{
	display: none;
}

.RadMenu_WSPA .topArrow,
.RadMenu_WSPA .bottomArrow,
.RadMenu_WSPA .leftArrow,
.RadMenu_WSPA .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_WSPA .topArrow,
.RadMenu_WSPA .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_WSPA .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_WSPA .leftArrow,
.RadMenu_WSPA .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_WSPA .rightArrow
{
	background-position: -18px center;
}

.RadMenu_WSPA .rootGroup .item .disabled .text,
.RadMenu_WSPA .group .item .disabled .text
{
	color: #999;
}

.RadMenu_WSPA .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_WSPA .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_WSPA .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_WSPA .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_WSPA .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_WSPA .separator .text
{
	display: none;
}

.RadMenu_WSPA .slide
{
	margin: 0px 0 0 0px !important;
}

* html .RadMenu_WSPA .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_WSPA .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_WSPA_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_WSPA_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_WSPA_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_WSPA .rootGroup .item .disabled:hover
{
	background: none;
}

