fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontweight="bold";
padding=0;
oncolor="#00aca2";
offclass="closed";
onclass="open";
overclass="currenturl";
pageclass="currenturl";
separatorsize=0;
}



with(subStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontweight="bold";
itemwidth=172;
padding=6;
separatorsize=0;
separatorheight=1;
separatorcolor="#9b6c7c";
align="left";
offcolor="#FFFFFF";
oncolor="#00aca2";
onbgcolor="#70374b";
offbgcolor="#70374b";
}



with(milonic=new menuname("NEWS")){
style=subStyle;
aI("url=newsroom.php;text=Latest News")
aI("url=newsletter.php;text=Newsletter Sign up")
}


with(milonic=new menuname("SERVICE")){
style=subStyle;
aI("url=contact.php;text=Contact Us")
aI("url=delivery.php;text=Delivery Policy")
aI("url=policies.php;text=Return Policy")
aI("url=privacy.php;text=Privacy Policy")
aI("url=wholesale_register.php;text=Wholesale Register")
aI("url=wholesale_login.php;text=Wholesale Login")
}




drawMenus();

