<!-- 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		= "yes"		//  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/KSU_logo home page.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="outreach services.htm" class="parentM">Outreach Services</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="outreach services.htm">About Our Services</a></li>');
document.write('      <li><a href="free fish giveaway.html">The Free Fish Giveaway Program</a></li>');
document.write('      <li><a href="tour.html">Tour the Aquaculture Research Center (ARC)</a></li>');
document.write('      <li><a href="guest speaker.html">Guest Speaker &amp; Research Contest Judge</a></li>');
document.write('      <li><a href="mobile classroom.html">Mobile Classroom</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="news bulletin.html" >News Bulletin</a></li>');






document.write('  <li class="menuT"><a href="degree programs.html" class="parentM">Degree Programs</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="aquaculture minor.html">Minor in Aquaculture</a></li>');
document.write('      <li><a href="masters program.html">MS in Aquaculture</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="student_farmer-index.html" class="parentM">K-12 Students &amp; Farmers</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="student_farmer-index.html">Students &amp; Farmers Home Page</a></li>');
document.write('      <li><a href="production resources.html">Production Resources</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="educator-index.html" class="parentM">K-12 Educators</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="educator-index.html">Educator Home Page</a></li>');
document.write('      <li><a href="aquaculture curriculum.htm">Aquaculture Curriculum</a></li>');
document.write('      <li><a href="RAS technical information.html">Technical Information for RAS</a></li>');
document.write('    </ul>');
document.write('  </li>');






// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="production resources.html" >Production Resources</a></li>');






document.write('  <li class="menuT"><a href="gallerynativefish.htm" class="parentM">Picture Gallery</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="gallerynativefish.htm">Kentucky Native Fishes</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="videogallery.htm" >Video Gallery</a></li>');





document.write('  <li class="menuT"><a href="contact.htm">Contact Us</a></li>');




// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');


document.write('  <li class="menuT"><a href="login.php" >Login Portal</a></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/KSU_logo home page.jpg" width="150" height="125" border="0" class="borders-menuimage"></a><br><br><br>');
}






document.write('</td></tr></table>');
document.write('</div>');




//  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;
