_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#2F447A";
headercolor="#999999";
offbgcolor="#2F447A";
offcolor="#ffffff";
onbgcolor="#5C6E9E";
oncolor="#ffffff";
outfilter="fade(duration=0.15)";
overfilter="Fade(duration=0.15);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#5C6E9E";
pagecolor="#ffffff";
separatorcolor="#B2BEDD";
separatorsize=0;
}

with(SubmenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#2F447A";
headercolor="#999999";
offbgcolor="#2F447A";
offcolor="#ffffff";
onbgcolor="#5C6E9E";
oncolor="#ffffff";
outfilter="fade(duration=0.15)";
overfilter="Fade(duration=0.15);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#5C6E9E";
pagecolor="#ffffff";
separatorcolor="#B2BEDD";
separatorsize=1;
}



with(milonic=new menuname("CourseMenu")){
itemwidth="150";
overflow="scroll";
style=SubmenuStyle;
aI("text=Robert Trent Jones Jnr.;url=/RTJones.aspx;")
aI("text=Photogallery;url=/CourseGallery.aspx;")
aI("text=Course Guide;url=/CourseGuide.aspx;")
aI("text=Practice Facilities;url=/PracticeFacilities.aspx;")
aI("text=Course Manager;url=/CourseManager.aspx;")
}

with(milonic=new menuname("ClubhouseMenu")){
itemwidth="110";
overflow="scroll";
style=SubmenuStyle;
aI("text=Environment;url=/ClubhouseFacilities.aspx;")
aI("text=Photogallery;url=/ClubhouseGallery.aspx;")
aI("text=Restaurant;url=/Restaurant.aspx;")
}

with(milonic=new menuname("MembershipMenu")){
itemwidth="130";
overflow="scroll";
style=SubmenuStyle;
aI("text=Features & Benefits;url=/Benefits.aspx;")
aI("text=Structure;url=/Structure.aspx;")
aI("text=Opportunities;url=/Opportunities.aspx;")
aI("text=Enquiry Form;url=/ApplyNow.aspx;")
}

with(milonic=new menuname("VisitorsMenu")){
itemwidth="120";
overflow="scroll";
style=SubmenuStyle;
aI("text=How to Find Us;url=/HowToFindUs.aspx;")
aI("text=Club Services;url=/ClubServices.aspx;")
aI("text=On Arrival;url=/OnArrival.aspx;")
}

drawMenus();

