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(mainmenuStyle=new mm_style()){
styleid=1;
//bordercolor="#3154A6";
//borderstyle="none";
//borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
//imagepadding=3;
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
onsubimage="/menu/bob_arrow.gif";
//padding=5;
separatorcolor="3154A6D";
separatorsize=30;
subimage="/menu/bob_arrow1.gif";
subimagepadding=6;
}

with(menuStyle=new mm_style()){
bordercolor="#6D6E72";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
onbgcolor="#ffffff";
oncolor="#000000";
onsubimage="/menu/bob_left.gif";
padding=5;
subimage="/menu/bob_left1.gif";
subimagepadding=6;
}

with(milonic=new menuname("main")){
alwaysvisible=1;
left=20;
orientation="horizontal";
style=mainmenuStyle;
top=100;
aI("text=Home;url=/index.php");
aI("showmenu=ContactUs;text=Contact Us;");
aI("text=Contracted Agencies;url=/WebSiteDocuments/Agencies/index.php");
aI("text=Contracted & Prospective Agents;url=/WebSiteDocuments/agents/index.php");
}

with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=Email;url=/emailform.php;");
aI("text=Mailing Address;url=/address.php;");
aI("text=Phone or Fax;url=/phone.php;");
}

drawMenus();
