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=0;
fontfamily="Constantia, Palatino, Georgia, serif";
fontsize="16pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
left=0;
offbgcolor="white";
offcolor="black";
onbgcolor="white";
oncolor="#9F0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=0;
pagebgcolor="white";
pagecolor="#9F0000";
position="absolute";
separatorwidth=12;
separatorheight=37;
separatorimage="images/sign-right.gif";
subimagepadding=2;
}


with(subStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Constantia, Palatino, Georgia, serif";
fontsize="12pt";
fontstyle="normal";
offbgcolor="white";
offcolor="black";
onbgcolor="#ffffff";
oncolor="#9F0000";
outfilter="randomdissolve(duration=0.5);";
overfilter="Fade(duration=0.5);Alpha(opacity=98);";
padding=2;
pagebgcolor="red";
pagecolor="black";
position="absolute";
separatorsize=1;
separatorcolor="#999999";
}

with(milonic=new menuname("Food")){
style=subStyle;
left=105;
top=35;
zindex=30;
tipdelay=100;
aI("text=Traveler's Fare;url=menu.html#trav;");
aI("text=Breakfast;url=menu.html#bfast;");
aI("text=Lunch;url=menu.html#lunch;");
aI("text=Feast;url=menu.html#feast;");
}

with(milonic=new menuname("Fighting")){
style=subStyle;
aI("text=Heavy Lyst;url=lyst.html#heavy;");
aI("text=Light Lyst;url=lyst.html#light;");
}

with(milonic=new menuname("Res")){
style=subStyle;
aI("text=Fees;url=res.html#fees;");
aI("text=Kids;url=res.html#kids;");
aI("text=Register;url=res.html#pay;");
}


