_menuCloseDelay=300;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=-5;              // Sub menu top offset
_subOffsetLeft=10;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="11px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, arial, helvetica, sans-serif";
ondecoration='underline';
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="#F0EDE3";
bordercolor="#E7E1D0";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=0;
menubgimage="";
fontsize="11px"; 
fontstyle="normal";
fontfamily="verdana, arial";
subimage="images/arrow.gif";
overfilter="fade(duration=0.7);Alpha(opacity=90)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("hours")){
style=menuStyle2;
borderwidth=0;
orientation="vertical";
itemwidth=91; 

aI("image=images/dropnav_hours_open1.jpg;overimage=images/dropnav_hours_open1_f2.jpg;url=hours.html");
aI("image=images/dropnav_hours_open2.jpg;overimage=images/dropnav_hours_open2_f2.jpg;url=hours.html");
}

with(milonic=new menuname("menu")){
style=menuStyle2;
borderwidth=0;
orientation="vertical";
itemwidth=117; 

aI("image=images/dropnav_ourmenu_breakfast.jpg;overimage=images/dropnav_ourmenu_breakfast_f2.jpg;url=breakfast.html");
aI("image=images/dropnav_ourmenu_lunch.jpg;overimage=images/dropnav_ourmenu_lunch_f2.jpg;url=lunch.html");
aI("image=images/dropnav_ourmenu_dinner.jpg;overimage=images/dropnav_ourmenu_dinner_f2.jpg;url=dinner.html");
}

with(milonic=new menuname("specials")){
style=menuStyle2;
borderwidth=0;
orientation="vertical";
itemwidth=113; 

aI("image=images/dropnav_specials_happyhour.jpg;overimage=images/dropnav_specials_happyhour_f2.jpg;url=happyhour.html");
aI("image=images/dropnav_specials_specials.jpg;overimage=images/dropnav_specials_specials_f2.jpg;url=specials.html");
aI("image=images/dropnav_specials_events.jpg;overimage=images/dropnav_specials_events_f2.jpg;url=events.html");
}

with(milonic=new menuname("moosejunk")){
style=menuStyle2;
borderwidth=0;
orientation="vertical";
itemwidth=135; 

aI("image=images/dropnav_moosejunk_shirts.jpg;overimage=images/dropnav_moosejunk_shirts_f2.jpg;url=moosejunk.html");
aI("image=images/dropnav_moosejunk_hats.jpg;overimage=images/dropnav_moosejunk_hats_f2.jpg;url=moosejunk.html");
aI("image=images/dropnav_moosejunk_cheap.jpg;overimage=images/dropnav_moosejunk_cheap_f2.jpg;url=moosejunk.html");
}

with(milonic=new menuname("findus")){
style=menuStyle2;
borderwidth=0;
orientation="vertical";
itemwidth=98; 

aI("image=images/dropnav_findus_address.jpg;overimage=images/dropnav_findus_address_f2.jpg;url=findus.html");
aI("image=images/dropnav_findus_phone.jpg;overimage=images/dropnav_findus_phone_f2.jpg;url=findus.html");
}

drawMenus();
