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= 0;              // Sub menu top offset
_subOffsetLeft= 0;            // Sub menu left offset
var sub1TopOffset = 0; 		// first level menu offset
var sub1LeftOffset = 0;     // first level menu offset
var sub2TopOffset = 0; 		// second level menu offset
var sub2LeftOffset = 0;     // second level menu offset	


with(menuStyle=new mm_style()){
padding=5;
fontfamily="Arial";
fontsize="11px";
fontweight="bold";
offcolor="#000000";
oncolor="#4882B8";
separatorcolor="transparent";
separatorsize=15;
}

with(menuStyle2=new mm_style()){
fontfamily="Arial";
fontsize="11px";
fontweight="bold";
offcolor="#000000";
offbgcolor="#efefef";
oncolor="#4882B8";
onbgcolor="#ffffff";
padding="3px";
separatorcolor="transparent";
separatorsize=1; 
overfilter="Fade(duration=0.2);Alpha(opacity=70);";
}


with(milonic=new menuname("CLUB")){
style=menuStyle2;
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset;  
aI("text=Club Benefits;url=club.html;")
}

with(milonic=new menuname("STORAGE")){
style=menuStyle2;
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset;  
aI("text=Indoor/Outdoor Storage;url=storage.html;")
aI("text=Pricing and Reservations;url=storage-reservations.html;")
aI("text=Winter and Spring Prep;url=winter-prep.html;")
}

with(milonic=new menuname("MEMBERSHIP")){
style=menuStyle2;
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
aI("text=Membership Levels;url=membership.html;")
aI("text=Compare Memberships;url=membership-comparison.html;")
aI("text=Join Now;url=purchase.html;")
}	  

with(milonic=new menuname("MORE")){
style=menuStyle2;
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset;  
aI("text=About Us;url=about.html;")
aI("text=Detailing Services;url=detailing.html;")
aI("text=Race Simulators;url=race-simulators.html;")
}

with(milonic=new menuname("CONTACT")){
style=menuStyle2; 
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
aI("text=Request More Info;url=contact.html;")
aI("text=Directions;url=directions.html;")
}

drawMenus();

