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=0;
_subOffsetLeft=-0;

//menus for the drop down on the milonic javascript menu, and the different parameters for the main menu itself


with(menuStyle=new mm_style()){
    bordercolor="#DCE9F0";
    borderstyle="solid";
    borderwidth=1;
    fontfamily="Arial, Verdana, Tahoma";
    fontsize="90%";
    fontstyle="normal";
    headerbgcolor="#ffffff";
    headercolor="#000000";
    offbgcolor="#E8E8E8	";
    offcolor="#515151";
    onbgcolor="#0093D1";
    oncolor="#ffffff";
    outfilter="randomdissolve(duration=0.3)";
    overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=4)";
    padding=6;
    pagebgcolor="#82B6D7";
    pagecolor="black";
    separatorcolor="#cccccc";
    separatorsize=1;
    subimage="/homepage/navigationjs/arrow.gif";
    subimagepadding=2;
}



with(milonic=new menuname("Solutions")){
    overflow="scroll";
    orientation="horizontal";
    style=menuStyle;
    aI("text=Features and Benefits;url=/homepage/products_services/products_services.asp;")
    aI("text=Professional Services;url=/homepage/products_services/professionalservices.asp;")
    aI("text=Latest Enhancements;url=/homepage/products_services/latestenhancements.asp;")
    aI("text=Training;url=/homepage/products_services/training.asp;")
}

with(milonic=new menuname("About Us")){
    orientation="horizontal";
    style=menuStyle;
    aI("text=About Expesite;url=/homepage/why/why.asp;");
    aI("text=Bios;url=/homepage/why/bios.asp;");
    aI("text=Client Satisfaction;url=/homepage/why/clientsatisfaction.asp;");
    aI("text=Partners/Affiliates;url=/homepage/why/partners_Affiliates.asp;");
    aI("text=Community;url=/homepage/why/community.asp;");    
}

with(milonic=new menuname("Press/Awards")){
    style=menuStyle;
    orientation="horizontal";
    style=menuStyle;
    aI("text=Press Releases;url=/homepage/press/pressrelease.asp;");
    aI("text=Press Coverage;url=/homepage/press/presscoverage.asp;");
    aI("text=Awards;url=/homepage/press/awards.asp;");
    aI("text=Case Studies;url=/homepage/CaseStudies/cases.asp;");
}

with(milonic=new menuname("e This Month")){
    style=menuStyle;
    orientation="horizontal";
    aI("text=January;url=/etm/january/ejobsiteportal/;target=_new;");
    aI("text=February;url=/etm/february/rollouts/;target=_new;");
    aI("text=March;url=/etm/march/trainings/stay-with-us.html;target=_new;");
    aI("text=April;url=/etm/april/costtracking/;target=_new;");
}