<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2009

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showtop		= "no"		//  SHOW TOP MENU IMAGE
var showimage		= "no"		//  SHOW BOTTOM MENU IMAGE


document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="125" class="menutop"></a><br>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');




// MENU SEPARATOR 1
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="about.htm" class="parentM">About Us</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="about.htm">About Us</a></li>');
document.write('      <li><a href="Staff.htm">Beautiful Day Staff</a></li>');
document.write('    </ul>');
document.write('  </li>');




document.write('  <li class="menuT"><a href="huntwestgate.htm" class="parentM">Serve</a>');
document.write('    <ul id="sub-nav">');
document.write('        <li><a href="http://westgatechurch.org/ministries/disaster_relief.php" target="_blank">Campbell Fire Relief</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="unleashednetwork.html" class="parentM">Unleashed Network</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="unleashedcalendar.html">Events</a></li>');
document.write('      <li><a href="unleashedspeakers.html">Past Speakers</a></li>');
document.write('    </ul>');
document.write('  </li>');






// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');












document.write('  <li class="menuT"><a href="video1.htm" class="parentM">Videos</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="BD2009.htm">Beautiful Day Week 2009</a></li>');
document.write('      <li><a href="ProjectRestoration.htm">Project Restoration 2009</a></li>');
document.write('      <li><a href="Hunt2009.htm">Hunt 2009</a></li>');
document.write('      <li><a href="What is Hunt.htm">What is Hunt</a></li>');
document.write('      <li><a href="Beautiful Day 2008.htm">Beautiful Day Week 2008</a></li>');
document.write('      <li><a href="AIDS Walk 2008.htm">Aids Walk 2008</a></li>');
document.write('    </ul>');
document.write('  </li>');
document.write('  <li class="menuT"><a href="gallery1.htm" class="parentM">Photos</a>');




document.write('  <li class="menuT"><a href="contact.htm">Contact</a></li>');




// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');






// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');




// START MENU IMAGE


   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/menu-image.jpg" width="150" height="75" border="0" class="borders-menuimage"></a><br><br><br>');
}






document.write('</td></tr></table>');
document.write('</div>');

<!-- Facebook Badge START --><a href="http://www.facebook.com/OurBeautifulDay" title="Beautiful Day" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Beautiful Day</a><br/><a href="http://www.facebook.com/OurBeautifulDay" title="Beautiful Day" target="_TOP"><img src="http://badge.facebook.com/badge/14721107361.1850.947705329.png" width="120" height="297" style="border: 0px;" /></a><br/><a href="http://www.facebook.com/business/dashboard/" title="Make your own badge!" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Promote Your Page Too</a><!-- Facebook Badge END -->


//  End -->




// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;