/* RadMenu Plain skin */

.RadMenu_Info24Gray 
{


	border-top: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	width: 973px;
	padding-left: 5px;
	position: relative;
	top: 10px;

}

.RadMenu_Info24Gray_Context
{
	background: none;
	border:0;
}

.RadMenu_Info24Gray .link,
.RadMenu_Info24Gray div.text
{
	line-height: 25px;
	text-align: center;
	color: #666;
	text-decoration: none;
	border-left: solid 0px #fff;
	border-right: solid 1px #d6d6d6;

	
}

.RadMenu_Info24Gray .link:hover,
.RadMenu_Info24Gray .focused,
.RadMenu_Info24Gray .expanded,
.RadMenu_Info24Gray div.text:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;

}

.RadMenu_Info24Gray .text
{
	
	padding-left: 20px;	
	padding-right: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	
}

.RadMenu_Info24Gray_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;

}


.RadMenu_Info24Gray .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;

}

.RadMenu_Info24Gray .group .link,
.RadMenu_Info24Gray .group div.text
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;

}

.RadMenu_Info24Gray_rtl .group .link,
.RadMenu_Info24Gray_rtl .group div.text
{
	text-align: right;
}

.RadMenu_Info24Gray .group .link:hover,
.RadMenu_Info24Gray .group .focused,
.RadMenu_Info24Gray .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	
}

.RadMenu_Info24Gray .leftArrow,
.RadMenu_Info24Gray .rightArrow,
.RadMenu_Info24Gray .topArrow,
.RadMenu_Info24Gray .bottomArrow,
.RadMenu_Info24Gray .leftArrowDisabled,
.RadMenu_Info24Gray .rightArrowDisabled,
.RadMenu_Info24Gray .topArrowDisabled,
.RadMenu_Info24Gray .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Info24Gray .topArrow,
.RadMenu_Info24Gray .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Info24Gray .bottomArrow,
.RadMenu_Info24Gray .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Info24Gray .rightArrow,
.RadMenu_Info24Gray .leftArrow
{
	height:100%;
}

.RadMenu_Info24Gray .rightArrow,
.RadMenu_Info24Gray .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Info24Gray .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
	
}

.RadMenu_Info24Gray .expandLeft,
.RadMenu_Info24Gray .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Info24Gray_rtl .expandLeft,
.RadMenu_Info24Gray_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Info24Gray .link:hover .expandLeft,
.RadMenu_Info24Gray .link:hover .expandRight,
.RadMenu_Info24Gray .focused .expandLeft,
.RadMenu_Info24Gray .focused .expandRight,
.RadMenu_Info24Gray .expanded .expandLeft,
.RadMenu_Info24Gray .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Info24Gray_rtl .link:hover .expandLeft,
.RadMenu_Info24Gray_rtl .link:hover .expandRight,
.RadMenu_Info24Gray_rtl .focused .expandLeft,
.RadMenu_Info24Gray_rtl .focused .expandRight,
.RadMenu_Info24Gray_rtl .expanded .expandLeft,
.RadMenu_Info24Gray_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}