/* RadMenu LenaPope skin */

.RadMenu_LenaPope 
{
	text-align: left;	
}

.RadMenu_LenaPope_rtl
{
	text-align: right;
}

.RadMenu_LenaPope_Context
{
	background: none;
	border: 0;
}

.RadMenu_LenaPope a
{
	text-decoration: none;
	cursor:pointer !important;
}

.RadMenu_LenaPope .link
{
	text-decoration: none;
	color: #fff;
	position: relative;
	float:left;
}

.RadMenu_LenaPope .link:focused,
.RadMenu_LenaPope .focused
{
	outline: 0;	
}
.RadMenu_LenaPope .rootGroup .currentNav {
	color:#CCC;
	background: transparent url(/images/mainNavActive.png) center top no-repeat;
	text-align:center;
	
	height:50px;
}

.RadMenu_LenaPope .expanded
{
	z-index: 2;
}

.RadMenu_LenaPope .rootGroup .link:hover,
.RadMenu_LenaPope .rootGroup .focused,
.RadMenu_LenaPope .rootGroup .expanded
{
	/**/
}

.RadMenu_LenaPope .rootGroup .link .text
{
	font: bold 12px Frutiger, Verdana, Arial, sans-serif;
}

.RadMenu_LenaPope .group
{
	/* background: #fff; */
	position:absolute;
	z-index:1 !important;
}

.RadMenu_LenaPope .group .link
{
	text-decoration: none;
	color: #e2e2e2;
	height:30px;
	background-color: #151515;
	border-bottom:1px solid #0f0f0f;
	border-top:1px solid #3c3c3c;
}

.RadMenu_LenaPope_rtl .group .link
{
	text-align: right;
}

.RadMenu_LenaPope .group .link:hover,
.RadMenu_LenaPope .group .focused,
.RadMenu_LenaPope .group .expanded
{
	color: #fff;
	background: #b2071a;
}

.RadMenu_LenaPope .text
{
	padding: 3px 16px 5px 16px;
}

.RadMenu_LenaPope .group .link .text
{
	font-size: 12px;
	font-weight:normal;
	line-height:30px;
}

/* <expand arrows styling> */

.RadMenu_LenaPope .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right 3px;
}

.RadMenu_LenaPope .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_LenaPope .group .link:hover .expandLeft,
.RadMenu_LenaPope .group .focused .expandLeft,
.RadMenu_LenaPope .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_LenaPope .group .link:hover .expandRight,
.RadMenu_LenaPope .group .focused .expandRight,
.RadMenu_LenaPope .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_LenaPope .horizontal .item { /* border-right: 1px solid #353535; */ }
.RadMenu_LenaPope .horizontal .last { border-right: 0; }

.RadMenu_LenaPope .vertical .item { border-bottom: 1px solid #353535; }
.RadMenu_LenaPope .vertical .last { border-bottom: 0; }

.RadMenu_LenaPope_rtl .horizontal .item { border-left: 0; }

.RadMenu_LenaPope .rootGroup .group .item { border-right: 0; border-bottom: 0; }


.RadMenu_LenaPope .group .expanded
{
	z-index: 1;
}

.RadMenu_LenaPope .topArrowDisabled,
.RadMenu_LenaPope .bottomArrowDisabled,
.RadMenu_LenaPope .leftArrowDisabled,
.RadMenu_LenaPope .rightArrowDisabled
{
	display: none;
}

.RadMenu_LenaPope .topArrow,
.RadMenu_LenaPope .bottomArrow,
.RadMenu_LenaPope .leftArrow,
.RadMenu_LenaPope .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_LenaPope .topArrow,
.RadMenu_LenaPope .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_LenaPope .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_LenaPope .leftArrow,
.RadMenu_LenaPope .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_LenaPope .rightArrow
{
	background-position: -18px center;
}

.RadMenu_LenaPope .rootGroup .item .disabled .text,
.RadMenu_LenaPope .group .item .disabled .text
{
	color: #999;
}

.RadMenu_LenaPope .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_LenaPope .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_LenaPope .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_LenaPope .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_LenaPope .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_LenaPope .separator .text
{
	display: none;
}

.RadMenu_LenaPope .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_LenaPope .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_LenaPope .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_LenaPope_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_LenaPope_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_LenaPope_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_LenaPope .rootGroup .item .disabled:hover
{
	background: none;
}