/* RadMenu CssGreen skin */
.RadMenu_MainMenu
{	
}

.RadMenu_MainMenu .link
{
	text-decoration:none;
	color: #ffffff;
	line-height: 23px;
	/*border-bottom: 2px solid #bedab4;
	border-top: 3px solid #bedab4;*/
	border-right: solid 2px #ffffff;
	font-weight:normal;

}

.RadMenu_MainMenu .link .text
{
	padding-right: 20px;
}

.RadMenu_MainMenu .link:hover,
.RadMenu_MainMenu .focused,
.RadMenu_MainMenu .expanded
{	
	
}

.RadMenu_MainMenu .link:hover .text,
.RadMenu_MainMenu .focused .text,
.RadMenu_MainMenu .expanded .text
{
	
}

.RadMenu_MainMenu .rootGroup .disabled:hover
{	
}

.RadMenu_MainMenu .rootGroup .disabled:hover .text
{
	
}

.RadMenu_MainMenu .text
{
	padding: 0px 15px;
	font-size: 11px;
	
}

.RadMenu_MainMenu .group
{
	background: white;
}

.RadMenu_MainMenu .group
{
	border: 0px;
}

.RadMenu_MainMenu .group .link
{
	background: #B7001C;
	border:0px;
	padding:2px 10px 2px 10px;	
	text-align: left;
}

.RadMenu_MainMenu .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_MainMenu .group .link:hover .text,
.RadMenu_MainMenu .group .focused .text,
.RadMenu_MainMenu .group .expanded .text
{
	
}

.RadMenu_MainMenu .group .link:hover,
.RadMenu_MainMenu .group .focused,
.RadMenu_MainMenu .group .expanded
{
	background: #ffffff;
	color:#B7001C;
}

.RadMenu_MainMenu .leftArrow,
.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .leftArrowDisabled,
.RadMenu_MainMenu .rightArrowDisabled,
.RadMenu_MainMenu .topArrowDisabled,
.RadMenu_MainMenu .bottomArrowDisabled
{
	border-left: 1px solid #c2e3bf;
	border-right: 1px solid #c2e3bf;
	background:#e6eee4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_MainMenu .topArrow,
.RadMenu_MainMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MainMenu .bottomArrow,
.RadMenu_MainMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .leftArrow
{
	height:100%;
}

.RadMenu_MainMenu .rightArrow,
.RadMenu_MainMenu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_MainMenu .vertical .separator .text
{
	background: #dbe5d8;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #c2e3bf;
	border-right: solid 1px #c2e3bf;
}

.RadMenu_MainMenu .expandLeft,
.RadMenu_MainMenu .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_MainMenu .link:hover .expandLeft,
.RadMenu_MainMenu .link:hover .expandRight,
.RadMenu_MainMenu .focused .expandLeft,
.RadMenu_MainMenu .focused .expandRight,
.RadMenu_MainMenu .expanded .expandLeft,
.RadMenu_MainMenu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_MainMenu_rtl .group .link:hover .expandLeft,
.RadMenu_MainMenu_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_MainMenu_rtl .expandLeft,
.RadMenu_MainMenu_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */