/*****************************************
  THIS IS VERSION 5 OF THE MILONIC MENU
*****************************************/

_menuCloseDelay=500	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=100	// The time delay before menus open on mouse over
_followSpeed=5		// Follow scrolling speed
_followRate=40		// Follow scrolling Rate
_subOffsetTop=0		// Sub menu top offset
_subOffsetLeft=1	// Sub menu left offset
_scrollAmount=3		// Only needed for Netscape 4.x
_scrollDelay=20		// Only needed for Netcsape 4.x

with(styleTop=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#96644D";
offcolor="#FFFFFF";
bordercolor="#333333";
borderstyle="solid";
borderwidth=0;
separatorcolor="#96644D";
separatorsize="0";
padding=9;
fontsize=14;
fontstyle="normal";
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
fontweight="normal";
pagecolor="#FFFFFF";
pagebgcolor="#96644D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
subimageposition="right";
overfilter="Fade(duration=1);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(styleSub=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#96644D";
offcolor="#FFFFFF";
bordercolor="#C6C2B2";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=6;
fontsize=14;
fontstyle="normal";
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
fontweight="normal";
pagecolor="#FFFFFF";
pagebgcolor="#96644D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/templates/menu_arrow_brown.gif";
subimagepadding="2";
overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.6)";
}

 
with(milonic=new menuname("Main Menu")){
style=styleTop;
top=229;
left="offset=-272";
screenposition="center";
alwaysvisible=1;
orientation="vertical"; //horizontal
itemwidth="194";
menuwidth="194";

aI("text=&nbsp;Home&nbsp;;;;url=/;status=Home Page;");aI("text=&nbsp;Masonic Accommodation&nbsp;;url=/masonic_accomodation/;status=Masonic Accommodation;");aI("text=&nbsp;MED Wine Bar & Bistro&nbsp;;showmenu=med_wine_bar_&_bistro17;url=/med_wine_bar_&_bistro/;status=MED Wine Bar & Bistro;");aI("text=&nbsp;Location&nbsp;;url=/location/;status=Location;");aI("text=&nbsp;Reservations&nbsp;;url=/reservations/;status=Reservations;");aI("text=&nbsp;Careers&nbsp;;url=/careers/;status=Careers;");}

with(milonic=new menuname("med_wine_bar_&_bistro17")){ style=styleSub; top='offset=0'; left='offset=0'; itemwidth=160; aI("text=&nbsp;Menu&nbsp;;url=/med_wine_bar_&_bistro/menu/;status=Menu;");aI("text=&nbsp;Lealta Card&nbsp;;url=/med_wine_bar_&_bistro/lealta_card/;status=Lealta Card;");aI("text=&nbsp;Reservations&nbsp;;url=/med_wine_bar_&_bistro/reservations/;status=Reservations;");}

drawMenus();