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=3;
_subOffsetLeft=3;


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,Verdana,Tahoma";
fontsize="12";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#C0C0C0";
offcolor="#808080";
onbgcolor="#003882";
oncolor="#fff";
padding=3;
pagebgcolor="#C0C0C0";
pagecolor="white";
itemwidth="127";
separatorcolor="#fff";
separatorsize=1;
}

with(sideStyle=new mm_style()){
itemwidth="127"; 
fontfamily="Arial,Verdana,Tahoma,Helvetica ";
fontsize=11;
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#808080";
offcolor="#fff";
onbgcolor="#CECFCE";
oncolor="#000";
padding=3;
pagebgcolor="#ABABAB";
pagecolor="white";
separatorcolor="#fff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("PR")){
overflow="scroll";
style=sideStyle;

aI("text=Bush Grill Sea Salt;url=BBQ_salt.php")
aI("text=Chicken Salt;url=chicken_salt.php")
aI("text=Frozen Stuffing;url=frozen_stuffing.php")
aI("text=Lemon Pepper;url=lemon_pepper.php")

aI("text=Potato Wedge Sprinkle;url=potato_wedge_sprinkle.php")
aI("text=Rota Cota;url=other.php")
aI("text=Zameso;url=zameso.php")
}
with(milonic=new menuname("RE")){
overflow="scroll";
style=sideStyle;
aI("text=Crusty Chicken;url=crusty_chicken.php;")
aI("text=Chicken & Leek Frittata;url=chicken_leak_fritatta.php;")
aI("text=Spicy Fruit & Nut Mix;url=spicy_fruit_nut_mix.php;")
aI("text=Pizza Toasts;url=pizza_toasts.php;")
aI("text=Creamy Potato Salad;url=creamy_potato_salad.php;")
aI("text=Vegetable Slice;url=vegetable_slice.php;")
aI("text=Vegetable Risotto;url=vegtable_risotto.php;")
aI("text=Versatile Savoury Butter;url=versatile_savoury_butter.php;")
aI("text=Tuna Mornay;url=tuna_mornay.php;")
aI("text=Stuffed Zucchini with Tangy Sauce;url=stuffed_zucchini.php;")
aI("text=Recipes using Herb Stuffing;url=herb_recipes.php;")
}
drawMenus();


