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()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight='bold';
itemwidth=145;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#f33c1c";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=8;
pagebgcolor="#000000";
pagecolor="white";
separatorcolor="#000000";
separatorsize=2;
subimage="/images/Menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
left="offset=x"; 
top="offset=x"; 
aI("text=Home;url=/;");
aI("showmenu=About Us;text=About Us;url=/aboutus/");
aI("text=Products;url=/Products/;");
aI("showmenu=Services;text=Services;url=/services/");
aI("showmenu=Projects;text=EVI Projects;url=#;");
aI("showmenu=Media Gallery;text=Media Gallery;url=/MediaGallery/");
aI("text=News & Events;url=/news/;");
aI("text=Contact Us;url=/AboutUs/ContactUs/;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=History of EVI;url=/AboutUs/History/;")
aI("text=Who is Stan Boyd;url=/AboutUs/StanBoyd/;")
aI("text=Map/Directions;url=/AboutUs/Directions/;")
aI("text=Contact Us;url=/AboutUs/ContactUs/;")

}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Chassis Setup;url=/Services/Chassis/;");
aI("text=Custom Fabrication;url=/Services/Fabrication;");
aI("text=Dyno Tuning;url=/Services/DynoTune;");
aI("text=General Repair;url=/Services/GenRepair;");
aI("text=Machine Shop;url=/Services/Machineshop;");
aI("text=Nitrous Refills;url=/Services/Nitrous;");
}

with(milonic=new menuname("Media Gallery")){
style=menuStyle;
aI("text=Customer Cars;url=/MediaGallery/Customers;");
aI("text=Event Gallery;url=/MediaGallery/EventGallery;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=2010 SS Fugitive;url=/Fugitive/;");
aI("text=LSX WS7 Trans Am;url=/LSX/;");
aI("text=Vigilante Silverado;url=/Vigilante/;");
}
drawMenus();

