/* RadMenu CssGrey skin */
.RadMenu_CinA
{
	background: rgb(50,50,50); /*#cbcbcb;*/
}

.RadMenu_CinA .link
{
	text-decoration:none;
	color: black;
	line-height: 20px;
	border-bottom: 2px solid rgb(50,50,50);
	border-top: 3px solid rgb(50,50,50);
	font-size: 120%;
}

.RadMenu_CinA .link .text
{
	padding-right: 20px;
}

.RadMenu_CinA .link:hover,
.RadMenu_CinA .focused,
.RadMenu_CinA .expanded
{
	background: #a0a0a0;
	border-bottom: 3px solid rgb(162,17,41); /*#ef2626;*/
	border-top: 1px solid #828282;
	color: black;
}

.RadMenu_CinA .link:hover .text,
.RadMenu_CinA .focused .text,
.RadMenu_CinA .expanded .text
{
	border-top: 1px solid #b8b8b8;
}

.RadMenu_CinA .rootGroup .disabled:hover
{
	border-bottom: 2px solid #cbcbcb;
	border-top: 2px solid #cbcbcb;
	background: #cbcbcb;
}

.RadMenu_CinA .rootGroup .disabled:hover .text
{
	border-top: 1px solid #cbcbcb;
}

.RadMenu_CinA .text
{
	padding: 0px 15px;
	font-size: 14px;
	font-weight:bold;
}

.RadMenu_CinA .group
{
	background: white;
	border: 0px;
}

.RadMenu_CinA .group .link
{
	background: #f1f1f1;
	border: solid 1px #d1d1d1;
	border-top-color: white;
	text-align: left;
}

.RadMenu_CinA .group .text
{
	padding-left:6px;
	padding-right: 40px;
	color: rgb(50,50,50);
}


.RadMenu_CinA .group .link:hover .text,
.RadMenu_CinA .group .focused .text,
.RadMenu_CinA .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_CinA .group .link:hover,
.RadMenu_CinA .group .focused,
.RadMenu_CinA .group .expanded
{
	background: #fafafa;
	border-bottom: 1px solid rgb(162,17,41); /*#ef2626;*/
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_CinA .leftArrow,
.RadMenu_CinA .rightArrow,
.RadMenu_CinA .topArrow,
.RadMenu_CinA .bottomArrow,
.RadMenu_CinA .leftArrowDisabled,
.RadMenu_CinA .rightArrowDisabled,
.RadMenu_CinA .topArrowDisabled,
.RadMenu_CinA .bottomArrowDisabled
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background: #f1f1f1 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_CinA .topArrow,
.RadMenu_CinA .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_CinA .bottomArrow,
.RadMenu_CinA .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_CinA .rightArrow,
.RadMenu_CinA .leftArrow
{
	height:100%;
}

.RadMenu_CinA .rightArrow,
.RadMenu_CinA .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_CinA .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.RadMenu_CinA .expandLeft,
.RadMenu_CinA .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_CinA .link:hover .expandLeft,
.RadMenu_CinA .link:hover .expandRight,
.RadMenu_CinA .focused .expandLeft,
.RadMenu_CinA .focused .expandRight,
.RadMenu_CinA .expanded .expandLeft,
.RadMenu_CinA .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_CinA_rtl .group .link:hover .expandLeft,
.RadMenu_CinA_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_CinA_rtl .expandLeft,
.RadMenu_CinA_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */