/* RadMenu Plain skin */

.RadMenu_NLP 
{
	padding-left: 10px;	
	padding-right: 10px;
	height: 34px;
}

.RadMenu_NLP .link
{
	line-height: 34px;
	text-decoration:none;
	color: #ffffff;
}

.RadMenu_NLP .link:hover,
.RadMenu_NLP .focused,
.RadMenu_NLP .expanded
{
	background: transparent url('img/MainItemBackground.png') repeat-x;
	color: #ffffff;
	text-decoration:none;
}

.RadMenu_NLP .text
{
	color: #ffffff;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.RadMenu_NLP .group
{
	border: solid 1px #bbbbbb;
}

.RadMenu_NLP .group .text
{
	color: #707070;
	padding-left: 10px;	
	padding-right: 10px;
} 

.RadMenu_NLP .group .link
{
	background: #f7f7f7;
	text-align: left;
	line-height: 25px;
	color: #000000;
}


.RadMenu_NLP .group .link:hover,
.RadMenu_NLP .group .focused,
.RadMenu_NLP .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color: #000000;
}

.RadMenu_NLP .leftArrow,
.RadMenu_NLP .rightArrow,
.RadMenu_NLP .topArrow,
.RadMenu_NLP .bottomArrow,
.RadMenu_NLP .leftArrowDisabled,
.RadMenu_NLP .rightArrowDisabled,
.RadMenu_NLP .topArrowDisabled,
.RadMenu_NLP .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_NLP .topArrow,
.RadMenu_NLP .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_NLP .bottomArrow,
.RadMenu_NLP .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_NLP .rightArrow,
.RadMenu_NLP .leftArrow
{
	height:100%;
}

.RadMenu_NLP .rightArrow,
.RadMenu_NLP .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_NLP .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_NLP .expandLeft,
.RadMenu_NLP .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_NLP .link:hover .expandLeft,
.RadMenu_NLP .link:hover .expandRight,
.RadMenu_NLP .focused .expandLeft,
.RadMenu_NLP .focused .expandRight,
.RadMenu_NLP .expanded .expandLeft,
.RadMenu_NLP .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

