﻿/* RadMenu Plain skin */

.RadMenu_NRC_bottom 
{
	

}

.RadMenu_NRC_bottom_Context
{
	background: none;
	border:0;
}

.RadMenu_NRC_bottom .link
{

	text-decoration:none;
	color: #ffffff;
	border-right: solid 1px #ffffff;
}

.RadMenu_NRC_bottom .link:hover,
.RadMenu_NRC_bottom .focused,
.RadMenu_NRC_bottom .expanded
{
	color: #ffffff;
	text-decoration: underline;

}

.RadMenu_NRC_bottom .text
{
	padding-left: 5px;	
	padding-right: 5px;
	font-size: 8pt;
	font-family: Arial;
}

.RadMenu_NRC_bottom_rtl .text
{
	padding-right: 5px;	
	padding-left: 5px;
}


.RadMenu_NRC_bottom .group
{
	border-right: solid 1px #cbd0e3;
	border-left: solid 1px #cbd0e3;
	border-bottom: solid 1px #cbd0e3;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_NRC_bottom .group .link
{
	background: #ffffff;
	border-top: solid 1px #cbd0e3;
	min-width: 120px;
	text-align: left;
	color: #283551;
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 10px;
	padding-right: 20px;
	
}

.RadMenu_NRC_bottom_rtl .group .link
{
	text-align: right;
}

.RadMenu_NRC_bottom .group .link:hover,
.RadMenu_NRC_bottom .group .focused,
.RadMenu_NRC_bottom .group .expanded
{
	background: #cbd0e3;
	border-bottom-color: #283551;
	font-weight: normal;
	color: #283551;
	text-decoration: underline;
}

.RadMenu_NRC_bottom .leftArrow,
.RadMenu_NRC_bottom .rightArrow,
.RadMenu_NRC_bottom .topArrow,
.RadMenu_NRC_bottom .bottomArrow,
.RadMenu_NRC_bottom .leftArrowDisabled,
.RadMenu_NRC_bottom .rightArrowDisabled,
.RadMenu_NRC_bottom .topArrowDisabled,
.RadMenu_NRC_bottom .bottomArrowDisabled
{
	background: #ffffff url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_NRC_bottom .topArrow,
.RadMenu_NRC_bottom .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_NRC_bottom .bottomArrow,
.RadMenu_NRC_bottom .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_NRC_bottom .rightArrow,
.RadMenu_NRC_bottom .leftArrow
{
	height:100%;
}

.RadMenu_NRC_bottom .rightArrow,
.RadMenu_NRC_bottom .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_NRC_bottom .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_NRC_bottom .expandLeft,
.RadMenu_NRC_bottom .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_NRC_bottom_rtl .expandLeft,
.RadMenu_NRC_bottom_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_NRC_bottom .link:hover .expandLeft,
.RadMenu_NRC_bottom .link:hover .expandRight,
.RadMenu_NRC_bottom .focused .expandLeft,
.RadMenu_NRC_bottom .focused .expandRight,
.RadMenu_NRC_bottom .expanded .expandLeft,
.RadMenu_NRC_bottom .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_NRC_bottom_rtl .link:hover .expandLeft,
.RadMenu_NRC_bottom_rtl .link:hover .expandRight,
.RadMenu_NRC_bottom_rtl .focused .expandLeft,
.RadMenu_NRC_bottom_rtl .focused .expandRight,
.RadMenu_NRC_bottom_rtl .expanded .expandLeft,
.RadMenu_NRC_bottom_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}