fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
horizontalMenuDelay = true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
   borderwidth=0;
   bordercolor="#ffffff";
   itemwidth=132;
   fontfamily="'Comic Sans MS', Arial, Helvetica, sans-serif";
   fontsize="13pt";
   fontweight="";
   align="left";
   offbgcolor="#000000";
   offcolor="#ffffff";
   onbgcolor="#000000";
   oncolor="#ffffff";
   padding=4;
   separatorsize=3;
   separatorcolor="#000000";
   subimage="menu/arrowp.gif";
}

with(popupMenu=new mm_style()){
   borderwidth=2;
   bordercolor="#AAAAAA";
   fontfamily="'Comic Sans MS', Arial, Helvetica, sans-serif";
   fontsize="13pt";
   fontweight="";
   align="left";
   offbgcolor="#000000";
   offcolor="#ffffff";
   onbgcolor="#000000";
   oncolor="#ffffff";
   outfilter="Fade(duration=0.1)";
   overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
   padding=2;
   separatorsize=0;
   separatorcolor="#ffffff";
   subimage="menu/arrowp.gif";
   subimagepadding=2;
}

with(milonic=new menuname("products")){
   style=popupMenu;
   aI("text=PrePress;offcolor=#BE7AFF;url=prepress.asp");
   aI("text=Offset &amp; Digital Printing;offcolor=#BE7AFF;url=digitaloffset.asp");
   aI("text=Mailing;offcolor=#BE7AFF;url=mailing.asp");
   aI("text=Bindery;offcolor=#BE7AFF;url=bindery.asp");
   aI("text=Equipment;offcolor=#BE7AFF;url=equipment.asp");
}

with(milonic=new menuname("helpfulhints")){
   style=popupMenu;
   aI("text=Why Color?;offcolor=#FF00FF;url=WHY COLOR.pdf;target='_blank'");
}

