/* Start of CMSMS style sheet 'navigation' */
/* CSS Document */

/*Navigation Buttons*/
#Nav {
	padding: 0px;
	height: 31px;
	width: 766px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/navbk.png');
}
#Nav[id] {
        background-image:url(../images/navbk.png);
}

#Nav .con a, .eve a, .you a, .min a, .wor a, .ho a {
	color: #FFFFFF;
	padding-top: 7px;
	letter-spacing: 2px;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding-bottom: 0px;
	float: right;
	position: relative
}
#Nav .con a:link, #Nav .con a:visited, #Nav .eve a:link, #Nav .eve a:visited, #Nav .you a:link, #Nav .you a:visited, #Nav .min a:link, #Nav .min a:visited, #Nav .wor a:link, #Nav .wor a:visited, #Nav .cin a:link, #Nav .cin a:visited, #Nav .ho a:link, #Nav .ho a:visited {
	text-decoration: none;
        position: relative
}
/*Contacts Button*/

#Nav .con a {
	width: 124px;
	height: 24px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
        position: relative
}
#Nav .con a:hover, #Nav .con a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #04354C;
	width: 123px;
}
#Nav a.currentCon {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #04354C;
	width: 123px;
}
/*Events Button*/

#Nav .eve a {
	margin: 0px;
	height: 24px;
	width: 125px;
        position: relative
}
#Nav .eve a:hover, #Nav .eve a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
	width: 123px;
}
#Nav a.currentEve{
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
	width: 123px;
}
/*Youth Button*/

#Nav .you a {
	margin: 0px;
	height: 24px;
	width: 125px;
        position: relative
}
#Nav .you a:hover, #Nav .you a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
	width: 123px;
}
#Nav a.currentYou{
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
	width: 123px;
}
/*Ministries Button*/

#Nav .min a {
	width: 126px;
	height: 24px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        position: relative
}
#Nav .min a:hover, #Nav .min a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #04354C;
	width: 125px;
}
#Nav a.currentMin {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #04354C;
	width: 125px;
}
/*Worship Button*/

#Nav .wor a {
	margin: 0px;
	height: 24px;
	width: 125px;
}
#Nav .wor a:hover, #Nav .wor a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	width: 123px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
}
#Nav a.currentWor{
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	width: 123px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A95B1;
	border-left-color: #04354C;
}
/*Home Button*/

#Nav .ho a {
	margin: 0px;
	height: 24px;
	width: 123px;
}
#Nav .ho a:hover, #Nav .ho a:active {
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	width: 123px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A95B1;
}
#Nav a.currentHo{
	text-decoration: none;
	color: #000000;
	background-color: #4998C0;
	width: 123px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A95B1;
}

/* End of 'navigation' */

