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(topStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#ffffff";
bgimage="/images/culex_menu_bg.gif";
overbgimage="/images/culex_menu_bg_over.gif";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgimage="/images/culex_menu_bg_over.gif"; /*indicates what page you're on*/
pagecolor="#ffffff";
separatorcolor="transparent";
separatorsize=1;
itemwidth=90;  /*width of each item on the menu */
itemheight=25;
align="center";
}

with(subtopStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
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=5;
pagebgcolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
align="left";
itemwidth=120;
}

with(milonic=new menuname("Culex Menu")){
alwaysvisible=1;
position="absolute";
left=200;
top=0;
orientation="horizontal";
style=topStyle;
aI("text=Features;url=/Culex/features/features.php;");
aI("text=Environment;url=/Culex/environment.php;");
aI("text=Options;showmenu=Options;");
aI("text=Catheters;url=/Culex/catheters.php");
aI("text=How it Works?;url=/Culex/howTo/how_overview.php");
aI("text=Resources;url=/Culex/resources.php");
}

with(milonic=new menuname("Options")){
position="absolute";
left=382;
top=25; /*241 with main menu header and 205 without*/
style=subtopStyle;
aI("text=Cart Options;url=/Culex/options_carts.php;");
aI("text=Cage Options;url=/Culex/options_cages.php;");
aI("text=Automated Dosing;url=http://www.bioanalytical.com/products/iv/empis/index.php;target=blank");
}

drawMenus();
