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()){
align='center';
borderwidth=0;
fontfamily="Arial, Tahoma, Verdana";
fontsize="16px";
fontweight="normal";
itemheight=25;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
separatorsize=0;
separatorpadding=0;
}

with(dropStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";

offcolor="#FFFFFF";
offbgcolor="#666666";
oncolor="#FFFFFF";
onbgcolor="#333333";

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=6;
separatorcolor="#FFFFFF";
separatorsize=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
top="offset=150";
orientation="horizontal";
style=menuStyle;
top=1;
aI("pageimage=http://www.tonyrizzo.info/assets/images/nav-1-on.jpg;image=http://www.tonyrizzo.info/assets/images/nav-1-off.jpg;overimage=http://www.tonyrizzo.info/assets/images/nav-1-on.jpg;url=http://www.tonyrizzo.info/about-me.asp;");
aI("pageimage=http://www.tonyrizzo.info/assets/images/nav-2-on.jpg;image=http://www.tonyrizzo.info/assets/images/nav-2-off.jpg;overimage=http://www.tonyrizzo.info/assets/images/nav-2-on.jpg;url=http://www.tonyrizzo.info/resume.asp;");
aI("pageimage=http://www.tonyrizzo.info/assets/images/nav-3-on.jpg;image=http://www.tonyrizzo.info/assets/images/nav-3-off.jpg;overimage=http://www.tonyrizzo.info/assets/images/nav-3-on.jpg;url=http://www.tonyrizzo.info/my-work.asp;");
aI("pageimage=http://www.tonyrizzo.info/assets/images/nav-4-on.jpg;image=http://www.tonyrizzo.info/assets/images/nav-4-off.jpg;overimage=http://www.tonyrizzo.info/assets/images/nav-4-on.jpg;url=http://www.tonyrizzo.info/interactive.asp;");
aI("pageimage=http://www.tonyrizzo.info/assets/images/nav-5-on.jpg;image=http://www.tonyrizzo.info/assets/images/nav-5-off.jpg;overimage=http://www.tonyrizzo.info/assets/images/nav-5-on.jpg;url=http://www.tonyrizzo.info/contact.asp;");
}

drawMenus();