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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="150%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFBE";
offcolor="#035C18"; //link text color - while off
onbgcolor="#FFCC00";//background color while hover
oncolor="#ffffff"; // link text color - when page hovered
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=0
pagebgcolor="#A26F3A";//brown for selected page
pagecolor="#FFFFFF";// text color when page selected
separatorcolor="#2D729D";
separatorsize=1;
subimage="menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
orientation="vertical";

screenposition="center";

style=menuStyle;
top=230;
left=3;
aI("image=menuimages/anchor.gif;status=Back To Home Page;text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.php;");


aI("image=menuimages/compass.gif;showmenu=Products;text=&nbsp;&nbsp;Products;");

aI("image=menuimages/reach.gif; status=Contact Us;text=&nbsp;&nbsp;Contact&nbsp;&nbsp;;url=contact.php;");
aI("image=menuimages/chain.gif; status=Links;text=&nbsp;&nbsp;Links&nbsp;&nbsp;;url=links.php;");
}



with(milonic=new menuname("Products")){
style=menuStyle;

aI("showmenu=Insurance;text=&nbsp;&nbsp;Insurance;");
aI("status=Investments;url=investments.php;text=&nbsp;&nbsp;Investments;");
}


with(milonic=new menuname("Insurance")){
style=menuStyle;
aI("status=Insurance;url=insurance.php;text=&nbsp;&nbsp;Insurance Products Overview;");
aI("showmenu=GIAC;status=GIAC Insurance Program;url=giac.php;text=&nbsp;&nbsp;GIAC Insurance Program&nbsp;;");
}
with(milonic=new menuname("GIAC")){
style=menuStyle;
aI("image=menuimages/giac.gif;url=giac.php;");
}
drawMenus();

