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=2;
_subOffsetLeft=-2;

// this applies to the main menu
with(menuStyle=new mm_style()){
  borderwidth=0;
  menubgcolor="#000000";

  fontfamily="Pristina, Verdana, Tahoma, Arial";
  fontsize="18pt";
  fontstyle="normal";

  offcolor="#ffffff";
  offbgcolor="#000000";

  oncolor="#000000";
  onbgcolor="#f7efe7";
  onborder="1px solid #000000";

  outfilter="randomdissolve(duration=0.3)";
  overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";

  pagecolor="#ffffff";
  pagebgcolor="#94d7e7";

  padding=5;
  separatorsize=10;
  separatorcolor="#000000";

  // this seems to affect the overall height of the menu
  subimage="images/menu/MenuArrow.gif";
  subimagepadding=5;
}

// this applies to each subMenu
with(submenuStyle=new mm_style()){
  styleid=1;

  borderstyle="solid";
  borderwidth=1;

  fontfamily="Pristina, Verdana, Tahoma, Arial";
  fontsize="18pt";
  fontstyle="normal";
  fontweight="normal";

  offcolor="#ffffff";
  offbgcolor="#000000";

  oncolor="#000000";
  onbgcolor="#f7efe7";
  onborder="1px solid #000000";

  padding=5;
  separatorsize=1;
}

// About Us
with(milonic=new menuname("About Us")){
overflow="scroll";
style=submenuStyle;
aI("text=Map / Directions;url=http://www.portofinogrill.biz/getPage.asp?PageName=About Us - Map / Directions;")
}

// Menu
with(milonic=new menuname("Menu")){
overflow="scroll";
style=submenuStyle;
aI("text=Appetizers;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Appetizers;")
aI("text=Salads;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Salads;")
aI("text=Lunch Entrees;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Lunch Entrees;")
aI("text=Dinner Entrees;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Dinner Entrees;")
aI("text=Desserts;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Desserts;")
aI("text=Specialty Drinks;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Specialty Drinks;")
aI("text=Wine List;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Wine List;")
aI("text=Specials;url=http://www.portofinogrill.biz/getPage.asp?PageName=Menu - Specials;")
}

// Services
with(milonic=new menuname("Services")){
overflow="scroll";
style=submenuStyle;
aI("showmenu=Banquets;text=Banquets");
aI("text=Catering;url=http://www.portofinogrill.biz/getPage.asp?PageName=Services - Catering;")
}

// Banquets
with(milonic=new menuname("Banquets")){
overflow="scroll";
style=submenuStyle;
aI("text=Hot hors d'oeuvres;url=http://www.portofinogrill.biz/getPage.asp?PageName=Banquet - Hot hors d' oeuvres;")
aI("text=Cold hors d'oeuvres;url=http://www.portofinogrill.biz/getPage.asp?PageName=Banquet - Cold hors d' oeuvres;")
aI("text=Desserts (petite servings);url=http://www.portofinogrill.biz/getPage.asp?PageName=Banquet - Desserts (petite servings);")
aI("text=Hors d'oeuvre Platters;url=http://www.portofinogrill.biz/getPage.asp?PageName=Banquet - Hors d'oeuvre Platters;")
}

// Special Events
with(milonic=new menuname("Special Events")){
style=submenuStyle;
aI("text=Weddings;url=http://www.portofinogrill.biz/getPage.asp?PageName=Special Events - Weddings;");
}

// Contact Us
with(milonic=new menuname("Contact Us")){
style=submenuStyle;
aI("text=Reservations;url=http://www.portofinogrill.biz/getPage.asp?PageName=Contact Us - Reservations;");
aI("text=Comments;url=http://www.portofinogrill.biz/getPage.asp?PageName=Contact Us - Comments;");
}

drawMenus();