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=-5;
_subOffsetLeft=2;


with(EasySampleStyle=new mm_style()){
styleid=3;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#333333";
padding=5;
separatorcolor="white";
separatorsize=1;
}


with(EasySampleStyle1=new mm_style()){
styleid=3;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFFF";
offcolor="#ffffff";
onbgcolor="#FFFFFF";
oncolor="#ffffff";
padding=5;
menuwidth=200;
separatorcolor="white";
separatorsize=1;
}

with(BlackOrange=new mm_style()){
styleid=2;
bordercolor="#0D5F96";
borderstyle="solid";
borderwidth=1;
align="left";
fontfamily="Arial,verdana,helvetica";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#ffffff";
offcolor="#0D5F96";
onbgcolor="#0D5F96";
oncolor="#ffffff";
padding=2;
separatorcolor="#0D5F96";
separatorsize=1;
}

with(milonic=new menuname("solutions")){
style=BlackOrange;
menuwidth=100;
top="offset=5";
//aI("text=Zicom Home;url=/Consumer/solution_offered/zicomhome.aspx;");
//aI("text=Zicom Business;url=/Consumer/solution_offered/zicombusiness.aspx;");
aI("text=Products;url=/Consumer/solution_offered/products.aspx;");
aI("text=What's new?;url=/consumer/solution_offered/whatsnew.aspx;");
aI("text=24x7 Online Alerts;url=/Consumer/solution_offered/cms_vms.aspx;");
aI("text=VMS;url=/Consumer/solution_offered/vms.aspx;");
}

drawMenus();

with(milonic=new menuname("enquiry")){
style=BlackOrange;
menuwidth=100;
top="offset=5";
aI("text=Feedback;url=/Consumer/consumerfeedback.aspx;");
aI("text=Sales Enquiry;url=/consumer/sales.aspx;");
}

drawMenus();