
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;

with(menuStyle=new mm_style()) {
  fontfamily="Arial;";
  fontsize="12px";
  fontweight="normal";
  offbgcolor="transparent";
  offcolor="#202020";
  onbgcolor="#D1D7E2";
  oncolor="#0D2C66";
  padding="0 10px 0 10px";
  separatorcolor="transparent";
  separatorsize=0;
  subimagepadding="4px";
  subimage="http://www.sprezzatura.com/img/menu_arrow.gif";
  onsubimage="http://www.sprezzatura.com/img/menu_arrowdn.gif";
}

with(libraryMenuStyle=new mm_style()) {
  bordercolor="#0D2C66"
  fontfamily="Arial;";
  fontsize="11px";
  fontweight="normal";
  offcolor="#202020";
  offbgcolor="#ffffff";
  onbgcolor="#D1D7E2";
  oncolor="#0D2C66";
  padding="3px 3px 4px 10px";
  separatorcolor="transparent";
  menubgimage="http://www.sprezzatura.com/img/menu_librarybg_"+browser+".jpg";
  separatorsize=0;
}

with(milonic=new menuname("Main Menu")) {
  alwaysvisible=1;
  orientation="horizontal";
  position="relative";
  zindex=80;
  style=menuStyle;
  itemheight=29;
  rawcss="border-bottom:1px solid #0D2C66;margin-left: 60px;"
  aI("text=Who we are;url=http://www.sprezzatura.com/who_we_are.php;align=center;itemwidth=70;");
  aI("text=What we do;url=http://www.sprezzatura.com/what_we_do.php;align=center;itemwidth=67;");
  aI("text=Products;align=center;url=http://www.sprezzatura.com/products/;itemwidth=51;");
  aI("text=Blog;url=http://sprezzblog.blogspot.com/;align=center;itemwidth=27;");
  aI("text=Library;showmenu=Library;url=#;align=center;itemwidth=50;");
  aI("text=Projects;url=http://www.sprezzatura.com/projects/;align=center;itemwidth=47;");
  aI("text=Support;url=http://www.sprezzatura.com/support.php;align=center;itemwidth=46;");
  aI("text=Contact Us;url=http://www.sprezzatura.com/contact.php;align=center;itemwidth=63;");
}

with(milonic=new menuname("Library")) {
  style=libraryMenuStyle;
  overflow="scroll";
  itemwidth="100px";
  rawcss="border-top: 0; border-right:1px solid #0D2C66; border-left:1px solid #0D2C66; border-bottom:1px solid #0D2C66;"
  aI("text=RevMedia;url=http://www.sprezzatura.com/library/revmedia/;");
  aI("text=SENL;url=http://www.sprezzatura.com/library/senl.php;");
  aI("text=White Papers;url=http://www.sprezzatura.com/library/whitepapers.php;");
}

drawMenus();

