with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offcolor="#9aa2ad";
oncolor="#ffffff";
padding="0px 30px 0px 30px";
separatorcolor="#9a9a9a";
separatorpadding=0;
separatorsize=1;
subimagepadding=0;
menubgimage="/images/stories/top_nav.jpg";
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
margin=6; 

aI("showmenu=Home;text=HOME;");
aI("showmenu=AboutUs;text=ABOUT US;");
aI("showmenu=Services;text=SERVICES;");
aI("showmenu=Experience;text=EXPERIENCE;");
aI("showmenu=Benefits;text=BENEFITS;");
aI("showmenu=Careers;text=CAREERS;");
aI("showmenu=ContactUs;text=CONTACT US;");
}

drawMenus();
