fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#EBCEAA";
borderstyle="solid";
borderwidth=2;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#837860";
offcolor="#FFFFFF";
onbgcolor="#847961";
/*onborder="1px dotted #FFFFFF";*/
oncolor="#000000";
/*outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#81cdf5', Direction=150, Strength=5)";*/
padding=5;
separatorcolor="#cccccc";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#675b43";
pagecolor="#ffffff";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#665b43";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
/*bgimage="images/menu_bg_off.gif";*/
offcolor="#ffffff";
itemheight="30px";
oncolor="#ffbb02";
/*outfilter="randomdissolve(duration=0.3)";*/
padding=2;
pagecolor="#ffbb02";
subimagepadding=4;

}
/*Corporate Services*/

with(milonic=new menuname("about_us")){
margin=0;
menuwidth=135;
style=submenuStyle;
aI("text=About EasySorb;url=about_us.html;");
aI("text=Why Us;url=about_why_us.html;");
}

with(milonic=new menuname("products")){
margin=0;
menuwidth=180;
style=submenuStyle;
aI("text=Fine Fiber Absorbents;url=products_fine.html;");
aI("text=Sonic Bonded Absorbents;url=products_sonic.html;");
aI("text=Laminated Absorbents;url=products_lamited.html;");
aI("text=Melt Blown Absorbents;url=products_melt.html;");
aI("text=Hazardous Mats;url=products_hazardous.html;");
aI("text=Booms & Socks;url=products_hazardous.html#booms;");
aI("text=Pillows;url=products_hazardous.html#pillows;");
aI("text=Sweeps;url=products_hazardous.html#sweeps;");
}

with(milonic=new menuname("contact_us")){
margin=0;
menuwidth=135;
style=submenuStyle;
aI("text=Enquiry;url=contact_us.asp;");
}

drawMenus();


