/* RadMenu Plain skin */

.RadMenu_NLC_left 
{
    background-image:none;	
	width:200px;
	
}

.RadMenu_NLC_left_Context
{
	background: none;
	border:0;
}

.RadMenu_NLC_left .link
{
	line-height: 28px;
        width:270px;
	text-decoration:none;
	color: #ffffff;
	background: #ececec url('img/nlcmenubglong270.gif') no-repeat;
	border-bottom:solid 1px #000000;
	border-top:0;
        text-align:right;

}

.RadMenu_NLC_left .link:hover,
.RadMenu_NLC_left .expanded
{
	color: #ffffff;
	cursor:pointer;

        
}

.RadMenu_NLC_left .focused{
	color: #f58220;
	cursor:pointer;

	
}

.RadMenu_NLC_left .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.RadMenu_NLC_left_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_NLC_left .group
{
	border: solid 1px #bbbbbb;
	border-bottom: 0px;

}

.RadMenu_NLC_left .group .link
{
	border-bottom: solid 1px #bbbbbb;
	text-align: left;
        background-image: url('img/stretchmenu_l.gif'); 
        background-repeat: repeat-y;
	line-height:20px;
}

.RadMenu_NLC_left_rtl .group .link
{
	text-align: right;
}

.RadMenu_NLC_left .group .text
{   font-weight:normal;
    padding-right: 10px;	
	padding-left: 10px;

}

.RadMenu_NLC_left .group .link:hover,
.RadMenu_NLC_left .group .focused,
.RadMenu_NLC_left .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
        background-image: url('img/stretchmenu_l.gif'); 
        background-repeat: repeat-y;
	font-weight: normal;
}

.RadMenu_NLC_left .leftArrow,
.RadMenu_NLC_left .rightArrow,
.RadMenu_NLC_left .topArrow,
.RadMenu_NLC_left .bottomArrow,
.RadMenu_NLC_left .leftArrowDisabled,
.RadMenu_NLC_left .rightArrowDisabled,
.RadMenu_NLC_left .topArrowDisabled,
.RadMenu_NLC_left .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_NLC_left .topArrow,
.RadMenu_NLC_left .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_NLC_left .bottomArrow,
.RadMenu_NLC_left .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_NLC_left .rightArrow,
.RadMenu_NLC_left .leftArrow
{
	height:100%;
}

.RadMenu_NLC_left .rightArrow,
.RadMenu_NLC_left .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_NLC_left .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_NLC_left .expandLeft,
.RadMenu_NLC_left .expandRight
{
/*	background: transparent url(img/groupImage.gif) right center no-repeat;*/
	margin-right: 0px;
}

.RadMenu_NLC_left_rtl .expandLeft,
.RadMenu_NLC_left_rtl .expandRight
{
/*	background: url(img/groupImageRTL.gif) left center no-repeat;*/
}

.RadMenu_NLC_left .link:hover .expandLeft,
.RadMenu_NLC_left .link:hover .expandRight,
.RadMenu_NLC_left .focused .expandLeft,
.RadMenu_NLC_left .focused .expandRight,
.RadMenu_NLC_left .expanded .expandLeft,
.RadMenu_NLC_left .expanded .expandRight
{
/*	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

.RadMenu_NLC_left_rtl .link:hover .expandLeft,
.RadMenu_NLC_left_rtl .link:hover .expandRight,
.RadMenu_NLC_left_rtl .focused .expandLeft,
.RadMenu_NLC_left_rtl .focused .expandRight,
.RadMenu_NLC_left_rtl .expanded .expandLeft,
.RadMenu_NLC_left_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}