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="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#818181"; // text colour
offcolor="#ffffff";
onbgcolor="#FF0000";
oncolor="#ffffff"; //text color 
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="offset=-0";
//left=241;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=94;

aI("text=Home  &nbsp;&nbsp;;url=index.htm;");
aI("showmenu=Aboutus;text=About Us &nbsp; &nbsp;;");
aI("showmenu=Guests;text=Guests &nbsp;&nbsp;;");
aI("showmenu=Employers;text=Employers & Brokers &nbsp;&nbsp;;");
aI("showmenu=Members;text=Members &nbsp;&nbsp;;");
aI("showmenu=Healthcare Plans & Providers;text=Healthcare Plans & Providers &nbsp;&nbsp;;");
aI("text=Downloads &nbsp;;url=downloads.htm;");
}

with(milonic=new menuname("Aboutus")){
overflow="scroll";
style=menuStyle;
aI("text=Our Company;url=aboutus.htm;")
aI("text=Board of Directors;url=Directors.htm;")
aI("text=Management Team;url=ManagementTeam.htm;")
aI("text=Our People;url=board.htm;")
aI("text=Contact Us;url=contactus.htm;")
}

with(milonic=new menuname("Guests")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=guests.htm;")
aI("text=The value of Zenith Medicare Plans;url=guests-valueplans.htm;")
aI("text=Choose A Plan;url=guest-plans.htm;")
aI("text=How To Be A Member;url=guest-members.htm;")
aI("text=Questions About Joining;url=guest-questions.htm;")
aI("text=Healthy Living;url=guest-health.htm;")
aI("text=Enquiries;url=guest-enquiry.htm;")
}

with(milonic=new menuname("Employers")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=employers.htm;")
aI("text=The Zenith Medicare Advantage;url=employers-advantage.htm;")
aI("text=Group Health Plans;url=employers-healthplans.htm;")
aI("text=How The Group Scheme Works;url=employers-work.htm;")
aI("text=Request/Enquiries;url=employers-enquiry.htm;")
}

with(milonic=new menuname("Members")){
overflow="scroll";
style=menuStyle;
aI("text=New Members;url=members-register.htm;")
aI("text=Members Login;url=login.asp;")

aI("text=Exclusions List;url=exclusion-lists.htm;")
aI("text=Valued Added Services;url=members-valueadded.asp;")
aI("text=Health Tips;url=members-healthtips.asp;")
aI("text=Complaints;url=members-complaints.asp;")
aI("text=Personal Record Update;url=members-update.asp;")
aI("text=Important Telephone Numbers;url=members-telephone.asp;")
aI("text=FAQs About Using The Zenith Medicare Scheme;url=members-faqs.asp;")
aI("text=Your Healthcare Benefits Explained;url=members-healthcare.asp;")
}

with(milonic=new menuname("Providers")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=providers.htm;")
aI("text=Provider Network;url=ProviderNetwork.htm;")
aI("text=Operational Guide;url=providers-guide.htm;")
aI("text=Requests/Enquiries;url=providers-requests.htm;")
aI("text=Hot Links;url=providers-links.htm;")

}


with(milonic=new menuname("Healthcare Plans & Providers")){
overflow="scroll";
style=menuStyle;

aI("text=Primary Care;url=healthcare.htm;")
aI("text=Specialist Care;url=healthcare.htm;")
aI("text=Vision Care;url=healthcare.htm;")
aI("text=Dental Care;url=healthcare.htm;")
aI("text=Pharmacy;url=healthcare.htm;")
aI("text=Provider Network;url=ProviderNetwork.htm;")
aI("text=Health Plans & Annual Prenium;url=HealthPlansandAnnualPrenium.htm;")

}

drawMenus();

