/* RadMenu Plain skin */

.RadMenu_fnNXL 
{

	height: 19px;

}

.RadMenu_fnNXL_Context
{
	background: none;
	border:0;
}

.RadMenu_fnNXL .link:active,
.RadMenu_fnNXL .link:visited,
.RadMenu_fnNXL .link
{
	line-height: 19px;
	text-decoration:none;
	color: #fff;
	text-transform:uppercase;
	vertical-align:bottom;
}

.RadMenu_fnNXL .link:hover,
.RadMenu_fnNXL .focused,
.RadMenu_fnNXL .expanded
{
	color: #ddd;
	font-weight:bold;
	
}

.RadMenu_fnNXL .text
{
	padding-left:12px;	
	padding-right: 12px;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial,Helvetica, MS Sans Serif;
}

.RadMenu_fnNXL_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
	
}


.RadMenu_fnNXL .group
{

	border: solid 1px #bbbbbb;
	/*border-right: 1px;
	border-bottom: 1px; */

}

.RadMenu_fnNXL .group .link
{
	background: #666666;
	border-bottom: solid 1px #3e3e3e;
	text-align: left;
}

.RadMenu_fnNXL_rtl .group .link
{
	text-align: right;
}

.RadMenu_fnNXL .group .link:hover,
.RadMenu_fnNXL .group .focused,
.RadMenu_fnNXL .group .expanded
{

	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	line-height:19px;
	color:#000;
}

.RadMenu_fnNXL .leftArrow,
.RadMenu_fnNXL .rightArrow,
.RadMenu_fnNXL .topArrow,
.RadMenu_fnNXL .bottomArrow,
.RadMenu_fnNXL .leftArrowDisabled,
.RadMenu_fnNXL .rightArrowDisabled,
.RadMenu_fnNXL .topArrowDisabled,
.RadMenu_fnNXL .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_fnNXL .topArrow,
.RadMenu_fnNXL .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_fnNXL .bottomArrow,
.RadMenu_fnNXL .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_fnNXL .rightArrow,
.RadMenu_fnNXL .leftArrow
{
	height:100%;
}

.RadMenu_fnNXL .rightArrow,
.RadMenu_fnNXL .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_fnNXL .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_fnNXL .expandLeft,
.RadMenu_fnNXL .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_fnNXL_rtl .expandLeft,
.RadMenu_fnNXL_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_fnNXL .link:hover .expandLeft,
.RadMenu_fnNXL .link:hover .expandRight,
.RadMenu_fnNXL .focused .expandLeft,
.RadMenu_fnNXL .focused .expandRight,
.RadMenu_fnNXL .expanded .expandLeft,
.RadMenu_fnNXL .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_fnNXL_rtl .link:hover .expandLeft,
.RadMenu_fnNXL_rtl .link:hover .expandRight,
.RadMenu_fnNXL_rtl .focused .expandLeft,
.RadMenu_fnNXL_rtl .focused .expandRight,
.RadMenu_fnNXL_rtl .expanded .expandLeft,
.RadMenu_fnNXL_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}