
/* RadMenu FaithInfo skin */

.RadMenu_FaithInfo
{
	color: #FFFFFF; width:100%; padding: 0px 0px 0px 0px; background-color: #4A4A4A; font-weight: bold; text-decoration: none
}

.RadMenu_FaithInfo_Context
{
	background:none;
}

.RadMenu_FaithInfo .link
{
	text-decoration:none;
	color: #C9A823;
	line-height: 17px;
	width:150px;
	border-bottom: 2px solid #4A4A4A;
	border-top: 3px solid #4A4A4A;
	border-left: 3px solid #371842;
}

.RadMenu_FaithInfo .link:hover,
.RadMenu_FaithInfo .focused,
.RadMenu_FaithInfo .expanded
{
	background: #4A4A4A;
	border-bottom: 2px solid #4A4A4A;
	border-top: 3px solid #4A4A4A;
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;cursor:hand;
	border-left: 3px solid #C9A823;
	line-height: 17px;
	width:150px;
}

.RadMenu_FaithInfo .link:hover .text,
.RadMenu_FaithInfo .focused .text,
.RadMenu_FaithInfo .expanded .text
{
	border-top: 1px solid #4A4A4A;
	font-weight: bold;
}

.RadMenu_FaithInfo .rootGroup .disabled:hover
{
	border-bottom: 2px solid #4A4A4A;
	border-top: 2px solid #4A4A4A;
	background: #FFFFFF;
}

.RadMenu_FaithInfo .rootGroup .disabled:hover .text
{
	border-top: 1px solid #4A4A4A;
}

.RadMenu_FaithInfo .text
{
	padding: 0px 15px;
	font-size: 10px;
}

.RadMenu_FaithInfo .group
{
	background: #4A4A4A;
	border: 0px;
	width: 150px;
	line-height: 12px;
}

.RadMenu_FaithInfo .group .link
{
	background: #4A4A4A;
	border: solid 1px #4A4A4A;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_FaithInfo .group .text
{
	padding-left:6px;
}



.RadMenu_FaithInfo .group .link:hover,
.RadMenu_FaithInfo .group .focused,
.RadMenu_FaithInfo .group .expanded
{
	background: #666666;
	border-bottom: 1px solid #4A4A4A;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_FaithInfo .group .link:hover .text,
.RadMenu_FaithInfo .group .focused .text,
.RadMenu_FaithInfo .group .expanded .text
{
	border-top: 0;
}

.RadMenu_FaithInfo .leftArrow,
.RadMenu_FaithInfo .rightArrow,
.RadMenu_FaithInfo .topArrow,
.RadMenu_FaithInfo .bottomArrow,
.RadMenu_FaithInfo .leftArrowDisabled,
.RadMenu_FaithInfo .rightArrowDisabled,
.RadMenu_FaithInfo .topArrowDisabled,
.RadMenu_FaithInfo .bottomArrowDisabled
{
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	background: #666666 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_FaithInfo .topArrow,
.RadMenu_FaithInfo .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_FaithInfo .bottomArrow,
.RadMenu_FaithInfo .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_FaithInfo .rightArrow,
.RadMenu_FaithInfo .leftArrow
{
	height:100%;
}

.RadMenu_FaithInfo .rightArrow,
.RadMenu_FaithInfo .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_FaithInfo .vertical .separator .text
{
	background: #4A4A4A;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #4A4A4A;
	border-right: solid 1px #4A4A4A;
}


.RadMenu_FaithInfo .expandLeft,
.RadMenu_FaithInfo .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_FaithInfo_rtl .group .link:hover .expandLeft,
.RadMenu_FaithInfo_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_FaithInfo_rtl .expandLeft,
.RadMenu_FaithInfo_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_FaithInfo .link:hover .expandLeft,
.RadMenu_FaithInfo .link:hover .expandRight,
.RadMenu_FaithInfo .focused .expandLeft,
.RadMenu_FaithInfo .focused .expandRight,
.RadMenu_FaithInfo .expanded .expandLeft,
.RadMenu_FaithInfo .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}