/* r.a.d.menu CssGray skin */
.RadMenu_CssGray
{
	background-color: #171717;
	padding-bottom:1px;
	font-family: Tahoma;

}
.RadMenu_CssGray .text
{
	padding: 0px 15px;
	font-size: 12px;
	font-family:Arial;
}

.RadMenu_CssGray .link
{
	text-align:left;
	text-decoration:none;
	color: White;
	line-height: 28px;
	border-bottom:dotted 1px #212121;
	border-top:dotted 1px #383838;
	width:177px;
	background-image: url(img/Icon_new.png);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.RadMenu_CssGray .link:hover,
.RadMenu_CssGray .focused,
.RadMenu_CssGray .expanded
{
	background:#222728 url(img/Icon_new_hover.png) no-repeat center left;
	border-bottom:dotted 1px #212121;
	border-top:dotted 1px #383838;
	color: White;
	width:220px;
	line-height: 28px;
	text-decoration:none;
	cursor:pointer;

}
.RadMenu_CssGray .link .text
{
	padding-right: 10px;
	padding-left: 42px;
}
.RadMenu_CssGray .first .link
{
	border-top-style: none;	
}
.RadMenu_CssGray .last .link
{
	border-bottom-style: none;	
}

.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;
}

.RadMenu_CssGray .rootGroup .disabled:hover .text
{
}



.RadMenu_CssGray .group
{
	background-color: #191C1D;
	border: solid 1px #000000;
}

.RadMenu_CssGray .group .link
{
	background-color:#191C1D;
	background-image: none;
	text-align:left;
	line-height:28px;
	width:150px;
}

.RadMenu_CssGray .group .text
{
	padding-left:10px;
	padding-right: 40px;
}


.RadMenu_CssGray .group .link:hover .text,
.RadMenu_CssGray .group .focused .text,
.RadMenu_CssGray .group .expanded .text
{
	
}

.RadMenu_CssGray .group .link:hover,
.RadMenu_CssGray .group .focused,
.RadMenu_CssGray .group .expanded
{
	background-color:#222728;
	background-image: none;
	text-align:left;
	line-height:28px;
	width:150px;
}
.RadMenu_CssGray .level1 .first .link
{
	background-color: #191C1D;
	text-align: left;
	line-height: 28px;
	width:150px;
}
.RadMenu_CssGray .level1 .first .link:hover
{
	background-color:#222728;
	background-image: none;
	text-align:left;
	line-height:28px;
	width:150px;

}

.RadMenu_CssGray .leftArrow,
.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .leftArrowDisabled,
.RadMenu_CssGray .rightArrowDisabled,
.RadMenu_CssGray .topArrowDisabled,
.RadMenu_CssGray .bottomArrowDisabled
{
	background: #f1f1f1 url('img/left.gif') center center no-repeat;
}

.RadMenu_CssGray .topArrow,
.RadMenu_CssGray .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:114px;
}

.RadMenu_CssGray .bottomArrow,
.RadMenu_CssGray .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:114px;
}

.RadMenu_CssGray .rightArrow,
.RadMenu_CssGray .leftArrow
{
	height:100%;
}

.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;
}

.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
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* 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;
}

.RadMenu_CssGray_rtl .expandLeft,
.RadMenu_CssGray_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */
