/* r.a.d.menu Web 2.0 skin */

.RadMenu_Interfaith 
{
padding-left:20px;
}

.RadMenu_Interfaith_Context
{

}

.RadMenu_Interfaith .link
{
	float: left;
	text-decoration: none;
	color: #ffffff;
	border-left: solid 1px #0C686D;
	border-right: solid 1px #0C686D;
	background: transparent;
	text-transform:uppercase;
	
}

.RadMenu_Interfaith .link:hover,
.RadMenu_Interfaith .focused,
.RadMenu_Interfaith .expanded
{
	color: #000000;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
	cursor:auto;
}

.RadMenu_Interfaith .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 4px;
	margin-right: 4px;
	font-weight:bold;
	font-size:11px;
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	line-height: 62px;
	padding-right: 4px;
}

.RadMenu_Interfaith .rootGroup .text
{
    background-image:none;
}

.RadMenu_Interfaith .horizontal .expandBottom,  
.RadMenu_Interfaith .horizontal .expandTop  
{  
padding-right:12px;
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_Interfaith .vertical .expandLeft,
.RadMenu_Interfaith .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImage.gif') no-repeat right center;  
} 


.RadMenu_Interfaith .slide
{
	margin-top:-1px;
}

.RadMenu_Interfaith .group
{
	border-left: solid 1px #0F8389;
	border-right: solid 1px #0F8389;
	border-bottom: solid 1px #0F8389;
	
}

.RadMenu_Interfaith .group .link
{
	background: #87C3C6;
	border: 0px;
	border-bottom: solid 1px #0F8389;
	color: #333;
}

.RadMenu_Interfaith .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	text-align:left;
	font-size: 11px;
	line-height:40px;
}

.RadMenu_Interfaith .group .link:hover,
.RadMenu_Interfaith .group .focused,
.RadMenu_Interfaith .group .expanded
{
	background: #B7DBDD;
	border: 0px;
	border-bottom: solid 1px #0F8389;
}

.RadMenu_Interfaith .leftArrow,
.RadMenu_Interfaith .rightArrow,
.RadMenu_Interfaith .topArrow,
.RadMenu_Interfaith .bottomArrow,
.RadMenu_Interfaith .leftArrowDisabled,
.RadMenu_Interfaith .rightArrowDisabled,
.RadMenu_Interfaith .topArrowDisabled,
.RadMenu_Interfaith .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_Interfaith .topArrow,
.RadMenu_Interfaith .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Interfaith .bottomArrow,
.RadMenu_Interfaith .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Interfaith .rightArrow,
.RadMenu_Interfaith .leftArrow
{
	height: 100%;
}

.RadMenu_Interfaith .rightArrow,
.RadMenu_Interfaith .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Interfaith .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Interfaith .expandLeft,
.RadMenu_Interfaith .expandRight,
.RadMenu_Interfaith .focused .expandLeft,
.RadMenu_Interfaith .focused .expandRight,
.RadMenu_Interfaith .expanded .expandLeft,
.RadMenu_Interfaith .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Interfaith .group .expandLeft,
.RadMenu_Interfaith .group .expandRight,
.RadMenu_Interfaith .group .focused .expandLeft,
.RadMenu_Interfaith .group .focused .expandRight,
.RadMenu_Interfaith .group .expanded .expandLeft,
.RadMenu_Interfaith .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Interfaith .link.disabled,
.RadMenu_Interfaith .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}

