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=0;
_subOffsetLeft=5;


with(menuStyle=new mm_style()){
itemwidth="131"; 
onbgcolor="#ce7d3c";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="#E7E7E7";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#cec09e";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#75564b";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
align="left";

}

with(nextStyle=new mm_style()){
itemwidth="125"; 
onbgcolor="#a4857a";
oncolor="#ffffff";
offbgcolor="#ce7d3c";
offcolor="#fff";
bordercolor="#E7E7E7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E7E7";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#a4857a";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
align="left";
}

with(milonic=new menuname("PR")){
style=nextStyle;
overflow="scroll";
aI("text=Breakfast;url=breakfast.php;");
aI("text=Lunch & Dinner;url=lunch_dinner.php;");
aI("text=Drinks;url=drinks.php;");

}

with(milonic=new menuname("VT")){
style=nextStyle;
overflow="scroll";
aI("text=Cafe;url=tour_cafe.php;");
aI("text=Grocery;url=tour_grocery.php;");

}

with(milonic=new menuname("CA")){
style=nextStyle;
overflow="scroll";
aI("text=Overview;url=catering.php;");
aI("text=How to Order online;url=how_online_order.php;");
aI("text=Online Order;url=order_form.php;");
aI("text=Hampers;url=hampers.php;");
aI("text=Frequent Shopper Programme;url=frequent_shopper.php;");

}

drawMenus();