_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="#005E9E";
	offcolor="#ffffff";
	onbgcolor="#ffffff";
	oncolor="#005E9E";
	bordercolor="#E2DDDD";
	borderstyle="solid";
	borderwidth=1; 
	separatorcolor="#ffffff";
	separatorsize="1";
	padding=4;
	fontsize="11px";
	fontstyle="bold";
	fontfamily="Tahoma";
	pagecolor="#ffffff";
	pagebgcolor="#005E9E";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage ="images/arrow_mnu.gif";
	onsubimage ="images/onmenuarw.gif";
	subimagepadding="8";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#e8e7e7', Direction=130, Strength=1)";
}		
		with(link=new menuname("cruises")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Dinner Cruises &nbsp;&nbsp;</font>;url=dinner-cruise.htm;target=_self");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Lunch Cruises &nbsp;&nbsp;</font>;url=lunch-cruise.htm;target=_self");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Sightseeing Cruises &nbsp;&nbsp;</font>;url=sightseeing-cruises.htm;target=_self");
			 aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Harbour Party Cruise &nbsp;&nbsp;</font>;url=party-cruise.htm;target=_self");

		}
		
		with(link=new menuname("events")){
            style=menuStyleL;
			overflow="scroll";
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;NYE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>;url=http://www.newyearsevesydney.net.au/;target=_blank"); 			
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Harbour Events  &nbsp;&nbsp;</font>;url=harbour-events.htm;target=_self");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Upcoming Events &nbsp;&nbsp;&nbsp; </font>;url=upcoming-events.htm;target=_self");
	    }	
drawMenus();