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()){
borderstyle="solid";
borderwidth=0;
left=30;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);"
padding=5;
separatorsize=0;
subimagepadding=0;
}

with(subStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6287ad";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
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="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
left="offset=165";
top=10;
screenposition="center;"
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=/skipjacks/header1.png;url=/index.cfm?pk=custom&ac=reservations;");
aI("image=/skipjacks/header2.png;url=/index.cfm?pk=custom&ac=giftcards;");
aI("image=/skipjacks/header3.png;url=/index.cfm?pk=ccontact;");
aI("image=/skipjacks/header4.png;showmenu=Sample Menu;url=/index.cfm/page/Help/pid/10265;");
aI("image=/skipjacks/header5.png;url=/index.cfm/event/blog/;");
}

with(milonic=new menuname("Sample Menu")){
style=subStyle;
aI("text=Lunch;url=/index.cfm/page/Help/pid/10265#lunch;");
aI("text=Dinner;url=/index.cfm/page/Help/pid/10265#dinner;");
aI("text=Raw Bar;url=/index.cfm/page/Help/pid/10265#rawBar;");
aI("text=Cocktail List;url=/index.cfm/page/Help/pid/10265#cocktailList;");
aI("text=Wine List;url=/index.cfm/page/Help/pid/10265#wineList;");
}



drawMenus();


