/* r.a.d.menu CssGray skin 
background: #cbcbcb;

*/
.RadMenu_CssGray
{	
	border-top: 1px solid #D1D1D1;
	
	}

.RadMenu_CssGray .link
{

	text-decoration:none;
	font-family: Arial, Verdana;
	background-color: #f5f5f5;
	font-size:11px;
	color: #000000;
	
	cursor: pointer;
	cursor: hand;
	padding: 3px 3px 4px 0px;
	border: 1px solid #D1D1D1;
	border-top: 1px solid white;
	text-align: left;
	
}

.RadMenu_CssGray .link .text,
.RadMenu_CssGray .link:visited .text
{
	padding-right: 20px;
	color: Black;
	
	}

.RadMenu_CssGray .link:hover,
.RadMenu_CssGray .focused,
.RadMenu_CssGray .expanded
{
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	border: 1px solid #D1D1D1;
	border-top: 1px solid white;
	border-bottom: 1px solid #cbdbeb;
	background-color: #FAFAFA;
	text-align: left;
	
}

.RadMenu_CssGray .link:hover .text,
.RadMenu_CssGray .focused .text,
.RadMenu_CssGray .expanded .text
{

}

.RadMenu_CssGray .rootGroup .disabled:hover
{
	
	/*
	border-bottom: 2px solid #cbcbcb;
	border-top: 2px solid #cbcbcb;
	background: #cbcbcb;

width: 120px;
*/
}

.RadMenu_CssGray .rootGroup .disabled:hover .text
{
	border-top: 1px solid #cbcbcb;
}

.RadMenu_CssGray .text
{
	 padding-left: 8px;
	 padding-right: 40px;
	 font-size: 11px;
}

.RadMenu_CssGray .group
{

}

.RadMenu_CssGray .group .link
{
	/*
	background: #f5f5f5;
	border: solid 1px #d1d1d1;
	border-top-color: white;
	text-align: left;*/
	color: #000000;
}

.RadMenu_CssGray .group .text
{
	color: #000000;
}


.RadMenu_CssGray .group .link:hover .text,
.RadMenu_CssGray .group .focused .text,
.RadMenu_CssGray .group .expanded .text
{
color: #000000;
}

.RadMenu_CssGray .group .link:hover,
.RadMenu_CssGray .group .focused,
.RadMenu_CssGray .group .expanded
{
	color: #000000;
	/*background: #fafafa;
	border-bottom: 1px solid #cbdbeb;
	border-top: 1px solid white;
	font-weight: normal;*/
}

.RadMenu_CssGray .leftArrow,
.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .leftArrowDisabled,
.RadMenu_CssGray .rightArrowDisabled,
.RadMenu_CssGray .topArrowDisabled,
.RadMenu_CssGray .bottomArrowDisabled
{
	color: #000000;
	/*
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background: #f5f5f5 url('img/left.gif') center center no-repeat;
	width:15px;*/
}

.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .topArrowDisabled
{

}

.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .bottomArrowDisabled
{

}

.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .leftArrow
{
	
}

.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .rightArrowDisabled
{


background-image:url('img/right.gif');

}

.RadMenu_CssGray .vertical .separator .text
{

}

.RadMenu_CssGray .expandLeft,
.RadMenu_CssGray .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px 0px 0px;
}

.RadMenu_CssGray .link:hover .expandLeft,
.RadMenu_CssGray .link:hover .expandRight,
.RadMenu_CssGray .focused .expandLeft,
.RadMenu_CssGray .focused .expandRight,
.RadMenu_CssGray .expanded .expandLeft,
.RadMenu_CssGray .expanded .expandRight
{
	color: #000000;
}

/* right to left */
.RadMenu_CssGray_rtl .group .link:hover .expandLeft,
.RadMenu_CssGray_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 3px 0px 0px;
	padding-left: 8px;
}

.RadMenu_CssGray_rtl .expandLeft,
.RadMenu_CssGray_rtl .expandRight
{

}
/* end right to left */