_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=5;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/Glossy_Bubbles_Small4.png";
borderstyle="solid";
fontfamily="Arial";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#dddddd";
headercolor="#000000";
offcolor="DarkRed";
oncolor="#555555";
separatorcolor="Transparent";
separatorsize="30";
valign="middle";
rawcss="padding-left:5px;padding-bottom:5px;padding-right:5px";
overbgimage="images/Glossy_Bubbles_Small_hover4.png";
itemheight="41";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#394F94";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="DarkRed";
offcolor="AntiqueWhite";
onbgcolor="#394F94";
oncolor="DarkRed";
padding="4";
separatorsize="0";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
align="center";
itemheight="41";
aI("text=Home;target=;url=http://www.fitzroypinnacle.com.au/;");
aI("text=What's On;target=;url=What's-On.html;");
aI("text=This Week;target=;url=This-Week.html;");
aI("showmenu=Eat/Drink/MenuLEFT_MENU;text=Eat/Drink;target=;url=Eating-Drinking.html;");
aI("text=Photos;target=;url=Photos.html;");
aI("text=Other stuff;target=;url=Other-stuff.html;");
}

with(milonic=new menuname("Eat/Drink/MenuLEFT_MENU")){
style=submenuStyle;
aI("text=Menu;target=;url=Menu.html;");
aI("text=Wines;target=;url=Wines.html;");
aI("text=Beers;target=;url=Beers.html;");
}


 drawMenus();

