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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#61132d";
offcolor="#febc09";
onbgcolor="#950150";
oncolor="#febc09";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=100;
orientation="horizontal";
style=menuStyle;
top=170;
aI("showmenu=Home;text=HOME;");
aI("showmenu=Blog;text=BLOG;");
aI("showmenu=Events;text=EVENTS;");
aI("showmenu=Wine Consultation;text=WINE CONSULTATION;");
aI("showmenu=Private Tastings;text=PRIVATE TASTINGS;");
aI("showmenu=Reviews;text=REVIEWS;");
aI("showmenu=Photos;text=PHOTO GALLERY;");
aI("showmenu=Links;text=LINKS;");
aI("showmenu=About Us;text=ABOUT US;");
aI("showmenu=Contact;text=CONTACT;");
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home;url=http//www.vinvinobistro.com;")


}

with(milonic=new menuname("Blog")){
overflow="scroll";
style=menuStyle;
aI("text=Risa;url=construction/underconstruction.html;")
aI("text=Chris;url=construction/underconstruction.html;")
aI("text=David;url=construction/underconstruction.html;")

}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Wine Only;url=construction/underconstruction.html;")
aI("text=Wine w/ Liquor;url=construction/underconstruction.html;")
aI("text=Wine w/ Food;url=construction/underconstruction.html;")
aI("text=Calendar;url=construction/underconstruction.html;")

}

with(milonic=new menuname("Wine Consultation")){
style=menuStyle;
aI("text=Chris;url=construction/underconstruction.html;")
aI("text=David;url=construction/underconstruction.html;")


}

with(milonic=new menuname("Private Tastings")){
style=menuStyle;
aI("text=Wine Events by Month;url=construction/underconstruction.html;")
aI("text=Wine Events by Location;url=construction/underconstruction.html;")
aI("text=Wine Events by Invitation Only;url=construction/underconstruction.html;")
aI("text=Wine News;url=construction/underconstruction.html;")

}

with(milonic=new menuname("Reviews")){
style=menuStyle;
aI("text=Houston Area;url=construction/underconstruction.html;")
aI("text=Other;url=construction/underconstruction.html;")


}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=Gallery 1. Vino 100 8-4-06;url=gallerypics/gallery1viewer.html;")
aI("text=Gallery 2;url=construction/underconstruction.html;")
aI("text=Gallery 3;url=construction/underconstruction.html;")
aI("text=Gallery 4;url=construction/underconstruction.html;")
aI("text=Gallery 5;url=construction/underconstruction.html;")


}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Wine Spectator;url=http://www.winespectator.com/Wine/Home/;")
aI("text=The Pink Magnolia;url=http://www.thepinkmagnolia.com;")
aI("text=Wine Enthusiest;url=http://www.wineenthusiast.com;")


}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Risa;url=construction/underconstruction.html;")
aI("text=Chris;url=construction/underconstruction.html;")
aI("text=David;url=construction/underconstruction.html;")


}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Become A Preferred Listing;url=construction/underconstruction.html;")
aI("text=E-Mail Us;url=contacts/email/email.html;")
aI("text=Phone Numbers;url=contacts/phone/phones.html;")
aI("text=Problems, Gripes, Criticism...;url=http://www.gotohell.com;")


}

drawMenus();


