fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
itemwidth="165"; 
onbgcolor="#faca24";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#4d4d4d";
//bordercolor="#E7E7E7";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#fff";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000";
pagebgcolor="#d6e3fa";
headercolor="#000";
headerbgcolor="#000";
subimage="arrow.gif";
subimagepadding="2";
align="left";

}




with(nextStyle=new mm_style()){
itemwidth="155"; 
onbgcolor="#0150A5";
oncolor="#ffffff";
offbgcolor="#ffCC00";
offcolor="#000";
bordercolor="#E7E7E7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E7E7";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#0150A5";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
align="center";
}

with(milonic=new menuname("Hotel")){
style=nextStyle;
overflow="scroll";
aI("text=The Bistro;url=bistro.php;");
aI("text=The Dunes Restaurant;url=dunes-restaurant.php;");
aI("text=Sports Bar;url=sports_bar.php;");
aI("text=Functions / Conferences;url=hotel-functions.php;");
}

with(milonic=new menuname("RE")){
style=nextStyle;
overflow="scroll";
aI("text=Introduction;url=realestate-lady-bay.php;");
aI("text=Studio Apartment Investment;showmenu=SPI;");
}

with(milonic=new menuname("SPI")){
style=nextStyle;
overflow="scroll";
aI("text=Spyglass Hill Estate Allotments;url=spyglass.php;");
aI("text=First on the Fairway;url=fairway.php;");
aI("text=South Shores;url=south_shores.php;");
}


with(milonic=new menuname("Golf")){
style=nextStyle;
aI("text=Welcome;url=golf-intro.php;");
aI("text=Pro Shop;url=golf-proshop.php;");
aI("text=Pro Shop Update;url=golf-proshop-update.php;");
aI("text=Fees;url=golf-fees.php;");
aI("text=Hole Descriptions;url=golf-holes.php;");
aI("showmenu=Overview;text=Scorecard;");
aI("text=Course layout;url=golf-course-layout.php;");
}


with(milonic=new menuname("Overview")){
style=nextStyle;
aI("text=Scorecard;url=golf-scorecard.php;");
aI("text=Local Rules;url=golf-local-rules.php;");

}

with(milonic=new menuname("Contact")){
style=nextStyle;
aI("text=General Enquiry;url=contact-lady-bay-golf-club.php;");
aI("text=Email Enquiry;url=contact-form-lady-bay.php;");
}

drawMenus();