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(menuStyle1=new mm_style()){
bordercolor="#000000";
borderstyle="none";
borderwidth=0;
fontfamily="Arial,Verdana, Tahoma";
fontsize="14";
fontstyle="normal";
fontweight="normal";
headerbgcolor="none";
headercolor="#000000";
offbgcolor="none";
offcolor="#000000";
onbgcolor="#D7D29B";
oncolor="#990000";
padding=6;
separatorcolor="333333";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left=0;
orientation="horizontal";
style=menuStyle1;
top=93;
aI("text=Home;url=index.html");
aI("text=About Drug Speller;url=about-drug-speller.html");
aI("text=Order Drug Speller;url=order-drug-speller.html");
aI("text=Contact Us;url=contact-us.html");
aI("text=> Client Login & Sign Up;url=drug-speller-client-login.html");

}

drawMenus();








