<!-- Begin menu ver 1.55b 2009 - 2010

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showtop		= "yes"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');

document.write('</div>');
}

document.write('<div id="menulocation" style="z-index: 10;">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="170"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="about-us.html">About us</a></li>');




document.write('  <li class="menuT"><a href="services.html">Home Health</a>'); 

document.write('  </li>');



document.write('  <li class="menuT"><a href="management.html">Management</a>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="career-opportunities.html">Career Opportunities</a>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="news-and-events.html">News and Events</a>');

document.write('  </li>');



document.write('  <li class="menuT"><a href="site-map.html">Site Map</a>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="contact-us.html">Contact us</a></li>');


document.write('  <li class="menuT"><a href="index.html">Home</a></li>');




// END LINKS //




document.write('</td></tr></table></div>');









// 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;



//  End -->
