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()){
bordercolor="#8C8E73";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#CE9A9C";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#CE9A9C";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="images/sample14_main_expand_default.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=40;
overflow="scroll";
style=menuStyle;
top=150;
aI("text=Home;url=index.php;");
aI("text=About Us;url=about.php;");
aI("showmenu=Our Services;text=Our Services;");
aI("text=Events;url=events.php;");
aI("text=Newsletters;url=newsletters.php;");
aI("text=Our Partners;url=partners.php;");
aI("text=Contact Us;url=reachout.php;");

}

with(milonic=new menuname("Our Services")){
overflow="scroll";
style=menuStyle;
aI("text=Purchasing Wine;url=wine_purchase.php;")
aI("text=Setting Up a Wine Cellar;url=wine_cellar.php;")
aI("text=Wine Tasting Events;url=wine_tasting.php;")
aI("text=Wine and Food Pairing;url=wine_pairing.php;")
aI("text=Travel Ideas;url=travel.php;")
aI("text=Personal Wine Shopping;url=wine_shopping.php;")
aI("text=Monthly Newsletters;url=wine_newsletter.php;")


}



drawMenus();

