.EntireHorizontalMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 0px;
	letter-spacing: 1px;
}

.HorizontalMenu A:Visited,
.HorizontalMenu A:Link {
	color: #FFFFFF;
	border: 1px #FFFFFF solid;
	border-width: 0px 0px 0px 2px;
	padding: 0px 4px 0px 7px;
	text-decoration: none;
}

.HorizontalMenuLevel1WithChildrenFirst A:Visited,
.HorizontalMenuLevel1WithChildrenFirst A:Link,
.HorizontalMenuLevel1WithChildrenCurrentPageFirst A:Visited,
.HorizontalMenuLevel1WithChildrenCurrentPageFirst A:Link {
	color: #FFFFFF;
	border: 0px #FFFFFF solid;
	border-width: 0px 0px 0px 0px;
	padding: 0px 4px 0px 7px;
	text-decoration: none;
}

.HorizontalMenuLevel2First A:Visited,
.HorizontalMenuLevel2First A:Link,
.HorizontalMenuLevel2CurrentPageFirst A:Visited,
.HorizontalMenuLevel2CurrentPageFirst A:Link {
	color: #FFFFFF;
	border: 0px #FFFFFF solid;
	border-width: 0px 0px 0px 0px;
	padding: 0px 4px 0px 7px;
	text-decoration: none;
}

.HorizontalMenu A:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.HorizontalMenuLevel2CurrentPage A:Visited,
.HorizontalMenuLevel2CurrentPage A:Link {
	color: #FFFFFF;
}

/* VERTICAL MENU */
.VerticalExpandMenu {
	width: 179px;
	text-align: left;
	font-size: 10px;

}

.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: #7C8092;
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: none;
	border: 0px;
	height: 100%;


}
/*
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12_hi.gif);
	background-repeat: no-repeat;
	background-position: right;
*/

.VerticalExpandMenu A:Hover {
	color: #1A2544;
	text-decoration: none;

}

.VerticalExpandMenuLevel1WithChildren,
.VerticalExpandMenuLevel1WithChildrenCurrentPage {
	border-style: none;
	padding: 5px 25px 5px 37px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.VerticalExpandMenuLevel2,
.VerticalExpandMenuLevel2WithChildren {
	border-style: none;
	font-weight: bold;
	padding: 5px 25px 5px 37px;
	margin: 0px;
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage {
	border-style: none;
	font-weight: bold;
	padding: 5px 25px 5px 37px;
	margin: 0px;
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12_hi.gif);
	background-repeat: no-repeat;
	background-position: left;
}



.VerticalExpandMenuLevel3,
.VerticalExpandMenuLevel3CurrentPage,
.VerticalExpandMenuLevel3WithChildren,
.VerticalExpandMenuLevel3WithChildrenCurrentPage {
	border-style: none;
	padding: 0px 25px 3px 37px;
	margin: 0px;
}





	
/* 
added by Thrive update dated 20040521.
These classes control the appearance of 
asterisks and errors in forms.
*/

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */


