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=5;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
fontfamily="Georgia,Times,Times New Roman";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offcolor="#CDB84A";
oncolor="#FFFFFF";
headercolor="#000000";
headerborder="#000000";
offbgcolor="#000000";
onbgcolor="#000000";
pagecolor="#FFFFFF";
borderwidth=1;
bordercolor="#000000";
borderstyle="solid";
outfilter="";
overfilter="Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=3)";
padding=7;
separatorcolor="#CDB84A";
subimagepadding=3;
}

with(homeStyle=new mm_style()){
fontfamily="Georgia,Times,Times New Roman";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offcolor="#CDB84A";
oncolor="#FFFFFF";
headercolor="#000000";
headerborder="#000000";
offbgcolor="#000000";
onbgcolor="#000000";
pagecolor="#FFFFFF";
borderwidth=1;
bordercolor="#000000";
borderstyle="solid";
separatorheight=10;
separatorsize=1;
separatorpadding=5;
separatorcolor="#CDB84A";
padding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
position="relative";
orientation="horizontal";
style=homeStyle;
overflow="scroll";
top=0;
aI("text=Golf;showmenu=golf;url=/golf.aspx;target=_parent;");
aI("text=Amenities;showmenu=amenities;");
aI("text=Dining;url=/dining.aspx;target=_parent;");
aI("text=Banquets;url=/banquets.aspx;target=_parent;");
aI("text=Weddings;url=/wedding.aspx;target=_parent;");
aI("text=Membership;url=/membership.aspx;target=_parent;showmenu=membership;");
aI("text=About Us;showmenu=about;");
}
with(milonic=new menuname("golf")){
style=menuStyle;
top=35;
align ="left";
overflow="scroll";
aI("text=Main Page;url=/golf.aspx;;target=_parent;");
aI("text=Course Layout;url=/golf_course.aspx;target=_parent;");
aI("text=Pro Shop;url=/pro_shop.aspx;target=_parent;");
aI("text=Simulator;url=/golf_simulator.aspx;target=_parent;");
aI("text=Instruction;url=/golf_instruction.aspx;target=_parent;");
aI("text=Outings;url=/outings.aspx;target=_parent;");
aI("text=Junior Program;url=/junior_golf.aspx;target=_parent;");
aI("text=Rules & Regulations;url=/golf_rules.aspx;target=_parent;");
}

with(milonic=new menuname("amenities")){
style=menuStyle;
top=35;
align ="left";
overflow="scroll";
aI("text=Athletic & Wellness Center;url=/athletic_center.aspx;;target=_parent;");
aI("text=Club House;url=/club_house.aspx;target=_parent;");
aI("text=Golf Simulator;url=/golf_simulator.aspx;target=_parent;");
aI("text=Pool;url=/pool.aspx;target=_parent;");
}

with(milonic=new menuname("membership")){
style=menuStyle;
top=35;
itemwidth="150";
align ="left";
overflow="scroll";
aI("text=Information;url=/membership.aspx;target=_parent;");
aI("text=Application;url=/membership_form.aspx;target=_parent;");
aI("text=Bylaws;url=/club_policies.aspx;target=_parent;");
}

with(milonic=new menuname("about")){
style=menuStyle;
top=35;
align ="left";
overflow="scroll";
aI("text=Contact Information;url=/contact_information.aspx;target=_parent;");
aI("text=Directions;url=/directions.aspx;target=_parent;");
aI("text=Club Events;url=/calendar_list.aspx;");
aI("text=Photo Galleries;url=/gallery.aspx;");
aI("text=Newsletter;url=/newsletter/viewNewsletterList.aspx;");
aI("text=Career Opportunities;url=http://www.arielcorp.com/mvcc/cc_careers.aspx;target=_parent;");
}

drawMenus();





