_menuCloseDelay=100;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=300;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=-2;             // Sub menu left offset

	// Top Menu Bar
with(menuStyleL=new mm_style()){
	offbgcolor="#d154af";
	offcolor="#ffffff";
	onbgcolor="#cb49a8";
	oncolor="#ffffff";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=1; 
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=4;
	fontsize="13px";
	fontweight="normal";
	fontfamily="Arial";
	pagecolor="#ffffff";
	pagebgcolor="#005E9E";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage ="images/red.jpg";
	onsubimage ="images/red2.jpg";
	subimagepadding="8";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.65,a);Shadow(color='#e8e7e7', Direction=130, Strength=1)";
}		
		with(link=new menuname("about")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=&nbsp;About the Hospital &nbsp;</font>;url=#;target=_self");
			aI("text=&nbsp;Management  &nbsp;</font>;url=#;target=_self");
			aI("text=&nbsp;Group Institutions &nbsp;</font>;url=#;target=_self");
			aI("text=&nbsp;Community Initiatives &nbsp;</font>;url=#;target=_self");
			
		}

		
with(link=new menuname("contact")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=&nbsp;Location Map    &nbsp;</font>;url=#;target=_self");
			aI("text=&nbsp;Contact Details &nbsp; </font>;url=#;target=_self");
			aI("text=&nbsp;Inquiry / Feedback &nbsp; </font>;url=#;target=_self");
			
		}
		
		
		

drawMenus();
