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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#666666";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#";
oncolor="#666633";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#666666";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
top=156;
aI("image=images/home_off.jpg;overimage=images/home_on.jpg;url=index.htm;");
aI("image=images/solutions_off.jpg;overimage=images/solutions_on.jpg;url=solutions.htm;");
aI("image=images/products_off.jpg;overimage=images/products_on.jpg;url=products.htm;");
aI("image=images/quote_off.jpg;overimage=images/quote_on.jpg;url=quote.htm;");
aI("image=images/support_off.jpg;overimage=images/support_on.jpg;url=support.htm;");
aI("image=images/about_off.jpg;overimage=images/about_on.jpg;url=about.htm;");
aI("image=images/contact_off.jpg;overimage=images/contact_on.jpg;url=contact.htm;");
}

drawMenus();

