_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FCFBB8";
offbgcolor="#FFC755";
oncolor="#000000";
offcolor="#A54D1D";
bordercolor="#A54D1D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A54D1D";
separatorsize="1";
padding=3;
fontsize="13px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="20";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=christmas menus;url=dynamicdata/Christmas.asp;status=christmas menus;");
aI("text=Mothering Sunday;url=dynamicdata/MotheringSunday.asp;status=Mothering Sunday;");
aI("text=New Year 2009;url=dynamicdata/NewYear.asp;status=New Year 2009;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=A La Carte;url=dynamicdata/ALaCarte.asp;status=A La Carte;");
aI("text=Table D’Hote;url=dynamicdata/TableDHote.asp;status=Table D’Hote;");
aI("text=Wine List;url=dynamicdata/WineList.asp;status=Wine List;");
}

drawMenus();

