//latest update: 7.13.06
//fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
fixMozillaZIndex=false;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


//#75AADB
//can make any formatting changes here
with(menuStyle=new mm_style()){
bordercolor="#fff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, Sans-Serif";
//fontfamily="Garamond";
//fontsize="75%";
//itemwidth="160px";
itemwidth="192px";
fontsize=".8em";
fontstyle="uppercase";
fontweight="bold";
headerbgcolor="#fff";
headercolor="#000000";
offbgcolor=" #75AADB";
offcolor="#fff";
//onbgcolor="#ddffdd";
onbgcolor="#00337F";
//oncolor="#000099";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=6;
pagebgcolor="#00337F";
pagecolor="#fff";
separatorcolor="#fff";
//separatorcolor="none";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
valign="top";


}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
//orientation="horizontal";
orientation="vertical";
style=menuStyle;
top=10;
//added relative positioning
position="relative";

//Main Nav Items
// August 18: Main Nav Items with Sub Navs have a link to the section home page
// from both Main Nav and Sub Nav. Some WSSCSW Board members were confused 
// because of the sub-navigation.
//** Nav Items with sub-menus are always "showmenu"**
//aI("status=Milonic;text=Milonic;url=http://www.milonic.com/;");
aI("showmenu=Membership;text=MEMBERSHIP;url=membership.php;");
aI("status=Referral;text=MEMBER ROSTER;url=roster.php;");
aI("showmenu=Education;text=PROFESSIONAL DEVELOPMENT;url=education.php;");
aI("status=Calendar;text=CALENDAR;url=calendar.php;");
aI("status=Students;text=STUDENTS;url=student.php;");
aI("status=NewProfessionals;text=NEW PROFESSIONALS;url=newprof.php;");
aI("showmenu=Legislation;text=LEGISLATION;url=legislation.php;");
aI("showmenu=Licensure;text=LICENSURE;url=licensure.php;");
aI("status=Veterans;text=VETERANS OUTREACH;url=vop.php;");
aI("showmenu=AboutUs;text=ABOUT US;url=aboutus.php;");
}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=become a member;url=becomeamember.php;");
aI("text=membership benefits;url=benefits.php;");
aI("text=marketplace;url=marketplace.php;");
aI("text=newsletter;url=newsletter.php;");
aI("text=membership home;url=membership.php;");
}

with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=links;url=links.php;");
aI("text=ceu application;url=ceus.php;");
aI("text=professional development home;url=education.php;");
}

//with(milonic=new menuname("NewProfessionals")){
//style=menuStyle;
//aI("text=new professionals survey;url=#;");
//
//}

with(milonic=new menuname("Legislation")){
style=menuStyle;
aI("text=recent legislation;url=recentlegislation.php;");
aI("text=pending legislation;url=pendinglegislation.php;");
aI("text=election involvement;url=electioninvolvement.php;");
aI("text=task forces;url=taskforces.php;");
aI("text=legislation home;url=legislation.php;");
}

with(milonic=new menuname("Licensure")){
style=menuStyle;
aI("text=licensure summary;url=licensuresum.php;");
aI("text=licensure home;url=licensure.php;");

}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=code of ethics;url=codeofethics.php;");
aI("text=president's message;url=president.php;");
aI("text=wsscsw board;url=board.php;");
aI("text=about us home;url=aboutus.php;");

}

//removing this and placing it on the page
//drawMenus();

