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;
ignoreCollisions=true;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
itemheight=25;
fontfamily="Georgia, Times, serif";
fontweight="bold";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#B4CCE0";
oncolor="#B4CCE0";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimage="http://www.sbcwinegrowers.org/images/arrow.gif";
subimagepadding=2;
}

with(subStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;

fontfamily="Arial, sans-serif";
fontweight="bold";
fontsize="11px";
fontstyle="normal";

bgcolor="#cd3301";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#cd3301";
menubgcolor="#ffcd97";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
}


with(milonic=new menuname("Main Menu")){
position="relative";
menualign="center";
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=HOME;url=http://www.sbcwinegrowers.org/index.htm;");
aI("showmenu=Wineries;text=OUR WINEGROWING REGION;");
aI("showmenu=Visitors;text=VISITORS;");
aI("showmenu=Events;text=SPECIAL EVENTS;");
aI("showmenu=About;text=THE SBCWGA;");
aI("text=PRESS ROOM;url=http://www.sbcwinegrowers.org/cgi/Press.php");
}

with(milonic=new menuname("Wineries")){
overflow="scroll";
style=subStyle;
aI("text=Introduction and History;url=http://www.sbcwinegrowers.org/cgi/SBCHistory.php;")
aI("text=San Benito County Climate;url=http://www.sbcwinegrowers.org/cgi/SBCClimate.php;")
aI("text=San Benito County Appellations;url=http://www.sbcwinegrowers.org/cgi/SBCAppellations.php;")
aI("text=Wine Grape Varietals;url=http://www.sbcwinegrowers.org/cgi/SBCVarietals.php;")
}

with(milonic=new menuname("Visitors")){
style=subStyle;
aI("text=SBC Wine Trail;url=http://www.sbcwinegrowers.org/cgi/SBC_Wine_Tour_Map_Outlines.pdf;target=_blank");
aI("text=Area Dining;url=http://www.sbcwinegrowers.org/cgi/Dining.php;");
aI("text=Area Attractions;url=http://www.sbcwinegrowers.org/cgi/Attractions.php;");
aI("text=Where To Stay;url=http://www.sbcwinegrowers.org/cgi/WhereToStay.php;");
}

with(milonic=new menuname("Events")){
style=subStyle;
aI("text=Annual Wine Passport;url=http://www.sbcwinegrowers.org/cgi/PassportWeekend.php;");
aI("text=Purchase Passport Tickets;url=http://www.sbcwinegrowers.org/cgi/PassportWeekend.php#Purchase_Your_Tickets_Today;");
aI("text=Guerra Concert Series at Passport;url=http://www.sbcwinegrowers.org/cgi/PassportWeekend.php#Attend_the_Passport_Weekend_Gala_Dinner;");
aI("text=Holiday Open House;url=http://www.sbcwinegrowers.org/cgi/WinterOpenHouse.php#Holiday Open House Information;");
}

with(milonic=new menuname("About")){
style=subStyle;
aI("text=About The SBCWGA;url=http://www.sbcwinegrowers.org/cgi/AboutSBCWGA.php;");
aI("text=SBCWGA Members;url=http://www.sbcwinegrowers.org/cgi/SBCWGAMembers.php;");
aI("text=Associates;url=http://www.sbcwinegrowers.org/cgi/SBCWGAAssociates.php;");
}

drawMenus();

