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(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
offbgcolor="#4a4a4a";
offcolor="#ffffff";
onbgcolor="#7aad2c";
oncolor="#FFFFFF";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="white";
pagebgcolor="#004597";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=0;
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Fade(Overlap=1.00)";
padding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=images/home_but.gif;showmenu=home;url=index.htm;");
aI("image=images/abt_but.gif;showmenu=about;url=about_us.htm;");
aI("image=images/ser_but.gif;showmenu=services;url=revenue.htm;");
aI("image=images/niche_but.gif;showmenu=niche;url=our_niche.htm;");
aI("image=images/career_but.gif;showmenu=career;url=career.htm;");
aI("image=images/contact_but.gif;showmenu=contact;url=contact.htm;");
}

with(milonic=new menuname("about")){
style=submenuStyle;
aI("text=Our Mission & Vision;url=our_mission.htm;");
aI("text=Our Core Values;url=our_core_values.htm;");
aI("text=Our Advantage;url=our_advantage.htm;");
aI("text=Our Leadership Team;url=our_leader.htm;");
}

drawMenus();

