fixMozillaZIndex=false; //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()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#C2CCD6";
headercolor="#29406C";
offbgcolor="#C2CCD6";
offcolor="#29406C";
onbgcolor="#2C0A01";
oncolor="#ffffff";

overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=2;
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;

subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=137;

aI("showmenu=changeview;text=&nbsp;&nbsp;<B>View Calendar by Category&nbsp;;");

}

with(milonic=new menuname("changeview")){
overflow="scroll";
style=menuStyle;
aI("text=&nbsp;&nbsp;All (besides Education)&nbsp;&nbsp;;url=eventscalendar.php;")
aI("text=&nbsp;&nbsp;Committees&nbsp;&nbsp;;url=eventscalendarcommittees.php;")
aI("text=&nbsp;&nbsp;Education&nbsp;&nbsp;;url=educationcalendar.php;")
aI("text=&nbsp;&nbsp;Special Events&nbsp;&nbsp;;url=eventscalendarspecialevents.php;")
aI("text=&nbsp;&nbsp;Other&nbsp;&nbsp;;url=eventscalendarother.php;")

}




drawMenus();


