/*------------- HEADER/LOGO ----------------- */

.header_main{
	position: relative;
	width: 866px;
	height: 78px;
	margin: 0 auto;
    	background: transparent;
	float: left;
}

.header_main a img{
	position: relative;
	float: left;
	top:0px;
	border: 0;
	height: 78px;
	z-index: 200;
}

.header_sec{
	position: relative;
	width: 100%;

	height: 78px;
	margin: 0 auto;
	background: transparent;
background: #423A2F;

	float: left;
}

.header_sec img{
	position: relative;
	float: left;
	top:0px;
	border: 0;
	width: 174px;
	height: 75px;
	z-index: 200;
}

/*------------- TOP NAVIGATION ----------------- */

.top_nav{
	position: absolute;
	width: auto;
	height: auto;
	margin: 0 auto;
	right: 0;
	text-align: left;
	background: transparent;
}

.top_nav ul{
	position: relative;
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0;
	width: 683px;
	height: 78px;
	padding: 0;
	text-align: left;
	color: #423A2F;
	list-style-image: none;
	float: right;
}

.top_nav ul li{
	position: relative;
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0;
	padding: 18px 20px 0 20px;
	text-align: center;
	width: auto;
	color: #8B8F9D;
	list-style: none;
	list-style-image: none;
	background: url(/eeimages/mainnav_bg_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: inline;
	height: 60px;
	float: left;
}

.top_nav ul li.lmau{
	background: none;
}

.top_nav a{
	position: relative;
	float: right;
	width: auto;
	padding: 23px 0 0 0;
	margin: 8px 0;
	overflow: hidden;
	height: 0px;
	height: /**/:23px; /* for IE5/Win only */
	float: left;
}

.top_nav ul li a:hover{
	background-position: 0 -23px;
}
	
.top_nav ul li a:active, .topnav ul li a.selected{
	background-position: 0 -46px;
}

.top_nav li a.lmau{
	width: 74px;
	background: url(/eeimages/lmau_link.gif) no-repeat;
	background-position: 0 0;
}
.top_nav li a.wos{
	width: 120px;
	background: url(/eeimages/sm_link.png) no-repeat;
	background-position: 0 0;
}
	
.top_nav li a.htgc{
	width: 90px;
	background: url(/eeimages/htgc_link.gif) no-repeat;
}

.top_nav li a.whff{
	width: 92px;
	background: url(/eeimages/whff_link.gif) no-repeat;
}

.top_nav li a.hcwhy{
	width: 60px;
	background: url(/eeimages/hcwhy_link.gif) no-repeat;
}


.about_us #lmau a,
.worship #wos a,
.connected #htgc a,
.families #whff a,
.serve #hcwhy a
{
background-position: 0 -23px;
}
