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="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#32afea";
offcolor="#ffffff";
onbgcolor="#a9e743";
//onborder="1px dotted #7CB5E8";
oncolor="#3b4d74";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#68a701";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#329998";
offcolor="#ffffff";
onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=180;
style=submenuStyle;
top=40;
aI("text=Company Profile;url=about_us.asp;");
aI("text=Our Approach ;url=team_behind.asp;");
}

with(milonic=new menuname("activities")){
margin=5;
menuwidth=180;
style=submenuStyle;
aI("text=Sales Promotion Urban ;url=sales_promotion_urban.asp;");
aI("text=Sales Promotion Rural;url=sales_promotion_rural.asp;");
aI("text=Events & Road Shows;url=events_promotions.asp;");
aI("text=Merchandising;url=merchandising.asp;");
aI("text=Outlet Branding;url=outlet_branding.asp;");
aI("text=De Creative Designing;url=de_creative_designing.asp;");
}

with(milonic=new menuname("contact")){
margin=5;
menuwidth=120;
style=submenuStyle;
aI("text=Enquiry Form;url=contact_us.asp#enquiry;");
}

drawMenus();

