/*[fmt]1A90-1A0B-3*/
.nav_dash {
	position: relative;
	top: 11px;
}

#nav_wrap {
	background-image: url(/img/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 62px;
	position: relative;
	top: -5px;
	z-index: 5;
}

.nav_holder {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	float: left;
}

#nav a {
	display: block;
	height: 37px;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}

#nav a#churches {
	width: 130px;
}

#nav a:hover#churches, #nav .active a#churches {
	background-image: url(/img/nav_over_churches.jpg);
}

#churches .subs {
	width: 128px;
	margin-left: 1px;
}

#churches .subs li a {
	width: 128px;
}

#nav a#ministries {
	width: 116px;
}

#nav a:hover#ministries, #nav .active a#ministries {
	background-image: url(/img/nav_over_ministries.jpg);
}

#ministries .subs {
	width: 116px;
	margin-left: 0px;
}

#ministries .subs li a {
	width: 116px;
}

/*bands*/
#nav a#bands {
	width: 93px;
}

#nav a:hover#bands, #nav .active a#bands {
	background-image: url(/img/nav_over_bands.jpg);
}

#bands .subs {
	width: 93px;
	margin-left: 0px;
}

#bands .subs li a {
	width: 93px;
}

/*bands
city_calendar*/
#nav a#city_calendar {
	width: 145px;
}

#nav a:hover#city_calendar, #nav .active a#city_calendar {
	background-image: url(/img/nav_over_city_calendar.jpg);
}

#city_calendar .subs {
	width: 145px;
	margin-left: 0px;
}

#city_calendar .subs li a {
	width: 145px;
}

/*city_calendar*/
#nav a#community {
	width: 132px;
}

#nav a:hover#community, #nav .active a#community {
	background-image: url(/img/nav_over_community.jpg);
}

#community .subs {
	width: 132px;
	margin-left: 0px;
}

#community .subs li a {
	width: 132px;
}

#nav a#support {
	width: 105px;
}

#nav a:hover#support, #nav .active a#support {
	background-image: url(/img/nav_over_support.jpg);
}

#support .subs {
	width: 105px;
	margin-left: 0px;
}

#support .subs li a {
	width: 105px;
}

#nav a#about_ag {
	width: 127px;
}

#nav a:hover#about_ag, #nav .active a#about_ag {
	background-image: url(/img/nav_over_about_ag.jpg);
}

#about_ag .subs {
	width: 125px;
	margin-left: 0px;
}

#about_ag .subs li a {
	width: 125px;
}

/*DEFAULT SUB NAV*/
.subs {
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	clear: left;
}

.subs li {
	background-color: #940908;
	text-align: center;
	position: relative;
	top: -1px;
	/*[disabled]border-right:2px solid #020202;*/
	/*[disabled]border-left:2px solid #020202;*/
}

#nav :hover .subs, #nav li.p7hvr ul {
	display: block;
}

#nav .subs li a {
	display: block;
/*width: 134px;*/
	border-bottom: 1px solid #AB0B09;
	/*[disabled]border-left:1px solid #DAD1BD;*/
	/*[disabled]border-right:1px solid #DAD1BD;*/
	height: 27px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}

#nav .subs li .two_line_sub {
	height: 42px;
	padding-top: 5px;
}

#nav .subs li a:hover {
	color: #241E1E;
	background-color: #EDECE7;
}


