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(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="#7b000d";
borderstyle="";
borderwidth=0;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#488e5b";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="";
oncolor="#000000";
padding=5;
}

with(XPMenuStyle=new mm_style()){
borderwidth=0;
bordercolor="";
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="95%";
fontstyle="normal";
fontweight="normal";
image="images/xpblank.gif";
imagepadding=2;
menubgimage="images/winxp.gif";
offbgcolor="transparent";
offcolor="#488e5b";
onbgcolor="#488e5b";
oncolor="#FFFFFF";
color="#488e5b";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#999999, Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#7b000d";
separatorpadding=1;
separatorwidth="80%";
subimage="../images/arrow.gif";
subimagepadding=2;
menubgcolor="#488e5b";
}

with(milonic=new menuname("OurMenu")){
style=XPMenuStyle;
aI("text=Lunch Menu;url=lunchmenu.asp;");
aI("text=Dinner Menu;url=dinnermenu.asp;");
aI("text=White and Red Wine List;url=winelist1.asp;");
}

with(milonic=new menuname("CateringServices")){
style=XPMenuStyle;
zindex=80;
aI("text=On Premise Catering;url=planner1.asp;");
aI("text=Off Premise Catering;url=cateringservices.asp;");
}

with(milonic=new menuname("PartyPacks")){
style=XPMenuStyle;
zindex=80;
aI("text=Party Planner Packages 1  ;url=planner1.asp;");
aI("text=Party Planner Packages 2  ;url=planner2.asp;");
aI("text=Party Planner Packages 3  ;url=planner3.asp;");
aI("text=Party Planner Packages 4  ;url=planner4.asp;");
aI("text=Party Planner Packages 5  ;url=planner5.asp;");
}

with(milonic=new menuname("Reviews")){
style=XPMenuStyle;
zindex=80;
aI("text=Review #1 - The Chef's View  ;url=review1.asp;");
aI("text=Review #2 - The Dining Table ;url=review2.asp;");
aI("text=Review #3 - III Amici ;url=review3.asp;");
aI("text=Review #4 - Inside Business;url=review4.asp;");
aI("text=Review #5 - Gateway Review;url=review5.asp;");
}

drawMenus();

