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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7B86A2";
/*offcolor="#CCD1DB";*/
offcolor="#fff";
onbgcolor="#ccd1db";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#32436E";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/layout/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
//orientation="horizontal";
style=menuStyle;
top=183;
itemwidth="135";
followscroll=1;
aI("text=Home;url=index.htm;");
aI("text=Project Background;url=background.htm;");
aI("text=About the Vendor;url=vendor.htm;");
aI("text=A Word From Our Sponsor;url=sponsor.htm;");
aI("text=Documents;url=documents.htm;");
aI("text=FAQ's;url=faq.htm;");
aI("text=What's New;url=whats_new.htm;");

}

/*
with(milonic=new menuname("sample")){
overflow="scroll";
style=menuStyle;
aI("text=gateway page;url=index.htm;")
}
*/

drawMenus();

