/**********************/
/****** MAIN BAR ******/
/**********************/

#nav_wrap {
margin:0 auto;
position: relative;
width: 864px;
height: 50px;
}

#mainnav {
position: relative;
width: 864px;
height: 50px;
background: transparent url(../images/mainnav/navbar.gif) top left no-repeat;
}

#mainnav ul {
border: none;
margin: 0px;
padding: 0px;
list-style-type: none;
clear: left;
height: 34px;
}

#mainnav ul li {
display: inline;
float: left;
padding: 0px;
margin: 0px;
border: none;
}

#mainnav ul li a {
display: block;
height: 44px;
padding: 0px;
margin: 0px;
}

li#nav_home a { width: 88px; } 
li#nav_believe a { width: 129px; } 
li#nav_ministries a { width: 100px; } 
li#nav_staff a { width: 78px; } 
li#nav_news a { width: 119px; } 
li#nav_media a { width: 94px; }
li#nav_prayer a { width: 137px; } 
li#nav_contact a { width: 115px; } 

li#nav_home a:hover { background: transparent url(../images/mainnav/homeBtn_over.gif) 0px 0px no-repeat; }
li#nav_believe a:hover { background: transparent url(../images/mainnav/believeBtn_over.gif) 0px 0px no-repeat; }
li#nav_ministries a:hover { background: transparent url(../images/mainnav/ministriesBtn_over.gif) 0px 0px no-repeat; }
li#nav_staff a:hover { background: transparent url(../images/mainnav/staffBtn_over.gif) 0px 0px no-repeat; }
li#nav_news a:hover { background: transparent url(../images/mainnav/newseventsBtn_over.gif) 0px 0px no-repeat; }
li#nav_media a:hover { background: transparent url(../images/mainnav/mediaBtn_over.gif) 0px 0px no-repeat; }
li#nav_prayer a:hover { background: transparent url(../images/mainnav/prayerBtn_over.gif) 0px 0px no-repeat; }
li#nav_contact a:hover { background: transparent url(../images/mainnav/contactBtn_over.gif) 0px 0px no-repeat; } 

#mainnav ul li strong { display: none; }

#mainnav li a.currentHome { background: transparent url(../images/mainnav/homeBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentBelieve { background: transparent url(../images/mainnav/believeBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentMinistries { background: transparent url(../images/mainnav/ministriesBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentStaff { background: transparent url(../images/mainnav/staffBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentNews { background: transparent url(../images/mainnav/newseventsBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentMedia { background: transparent url(../images/mainnav/mediaBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentPrayer { background: transparent url(../images/mainnav/prayerBtn_over.gif) 0px 0px no-repeat; }
#mainnav li a.currentContact { background: transparent url(../images/mainnav/contactBtn_over.gif) 0px 0px no-repeat; }



/******************************/
/****** DROP DOWN STYLES ******/
/******************************/


#dropmenudiv {
position: absolute;
font: 11px Arial, Helvetica, sans-serif;
z-index:100;
margin-top: 4px;
margin-left: 0px;
}

#dropmenudiv a{
line-height:2em;
display: block;
padding: 2px 0px 2px 11px;
text-decoration: none;
color: #999999;
background-color: #1F2427;
border: 1px #2d3539 solid;
font-weight: bold;
}

#dropmenudiv a:hover {
color: #FFF;
background-color: #758894;
border: 1px #2d3539 solid;

}


