fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=800;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=5;

//---------------------------------
// MENU STYLE - top menus
//---------------------------------
with(topmenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
align="center";
headerbgcolor="#9A9A68";
headercolor="#000000";
offbgcolor="#9A9A68";
offcolor="#FFFFFF";
onbgcolor="#CCCC9A";
oncolor="#6B6B51";
outfilter="Fade(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);)";
padding="8px 15px 8px 15px";
paddingleft=20;
paddingright=20;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
//subimage="images/arrow_r_white.gif";
subimagepadding=8;
}

//---------------------------------
// MENU STYLE - first level menus
//---------------------------------
with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#9A9A68";
headercolor="#000000";
offbgcolor="#9A9A68";
offcolor="#FFFFFF";
onbgcolor="#CCCC9A";
oncolor="#6B6B51";
outfilter="Fade(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);)";
padding=8;
paddingleft=20;
paddingright=20;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="images/arrow_r_white.gif";
subimagepadding=8;
}

//---------------------------------
// MENU STYLE - submenus
//---------------------------------
with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#9A9A68";
headercolor="#000000";
offbgcolor="#9A9A68";
offcolor="#FFFFFF";
onbgcolor="#CCCC9A";
oncolor="#6B6B51";
outfilter="Fade(duration=0.1)";
overfilter="Blinds( Bands=1,direction=right, duration=0.2);Alpha(opacity=95);";
padding=8;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="images/arrow_r_white.gif";
subimagepadding=8;
}

//---------------------------------
// MAIN MENU
//---------------------------------
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=topmenuStyle;
position="relative";
top=10;
aI("text=Employer Home;url=employer_index.html;");	
aI("text=Forms Library;url=employer_forms_library.html;");
aI("text=Group Administrative Guide;url=employer_gag.html");
aI("showmenu=Providers;text=Providers;url=employer_providers.html");
aI("showmenu=Pharmacy Information;text=Pharmacy Information;");
aI("text=Medicare Part D Information;url=employer_medicare_partD.html");
aI("");

}

//---------------------------------
// SUBMENU : Providers
//---------------------------------
with(milonic=new menuname("Providers")){
//overflow="scroll";
style=menuStyle;
aI("text=Premera Heritage Network;url=employer_providers_heritage.html;")
aI("text=LifeWise Health Plan of WA;url=employer_providers_lww.html;")
aI("text=Vision Service Plan;url=employer_providers_vsp.html;")
aI("text=Premera Dental Plan;url=employer_providers_dental.html;")
aI("text=BlueCard Doctor and Hospital Finder;url=employer_providers_bluecard.html;")
}

//---------------------------------
// SUBMENU : Pharmacy Information
//---------------------------------
with(milonic=new menuname("Pharmacy Information")){
//overflow="scroll";
style=menuStyle;
aI("text=Preferred Drug Information;url=https://www.premera.com/stellent/groups/public/documents/xcpproject/wa_pharmacy_preferred_drug_lis.asp;")
aI("text=MyPharmacyPlus;url=https://host2.medcohealth.com/medco/consumer/partner/home.jsp?partner=PREM;")
}

drawMenus();

