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()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#EEEEEE";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgcolor="#EEEEEE"; /*indicates what page you're on*/
pagecolor="black";
separatorcolor="#cccccc";
separatorsize=1;
itemwidth=192; /* width of each item on the menu */
itemheight=25;
subimage="/images/arrow.gif";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Shadow(color=#000000', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=5;
itemheight=25;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=menuStyle;
aI("text=&nbsp;HOME;url=/index.php;");
aI("text=&nbsp;CATALOG;url=http://www.basinc.com/products/culex/prices.html;");
aI("text=&nbsp;SERVICES;url=http://www.basinc.com/products/culex/services.html;");
aI("text=&nbsp;USER GROUP;url=http://www.basinc.com/nsrch/phpBB3/;");
aI("text=&nbsp;CONTACT;url=/contact.php;");
}


drawMenus();

