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="10pt";
fontstyle="normal";
align="center";
headerbgcolor="";
headercolor="#000000";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="green";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100);)";
padding="10px 15px 11px 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="10pt";
fontstyle="normal";
headerbgcolor="#9A9A68";
headercolor="#000000";
offbgcolor="#538C4D";
offcolor="#FFFFFF";
onbgcolor="#93C39B";
oncolor="#FFFFFF";
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="10pt";
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=index.html;");	
aI("text=Forms Library;url=forms.html;");
aI("text=Group Administrative Guide;url=gag.html");
aI("showmenu=Providers;text=Providers;url=providers.html");
aI("text=Medicare Part D Information;url=medicare_pt_d.html");
aI("");

}

//---------------------------------
// SUBMENU : Providers
//---------------------------------
with(milonic=new menuname("Providers")){
//overflow="scroll";
style=menuStyle;
aI("text=Premera Heritage Network;url=providers_heritage.html;")
aI("text=Premera Foundation Network;url=providers_foundation.html;")
aI("text=LifeWise Health Plan of WA;url=providers_lifewise.html;")
aI("text=BlueCard Doctor and Hospital Finder;url=providers_bluecard.html;")
aI("text=Premera Dental Plan;url=providers_dental.html;")
aI("text=Vision Service Plan;url=providers_vsp.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();

