

// 1st tier Menu



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x







with(menuStyle=new mm_style()){

onbgcolor="#991A36";

oncolor="#ffffff";

offbgcolor="#991A36";

offcolor="#EFCB80";

bordercolor="005595";

borderstyle="solid";

borderwidth=0;

separatorcolor="#EFCB80";

separatorsize="1";

padding=6;

fontsize="60%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#991A36";

headercolor="#EFCB80";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=110";
orientation="horizontal";

style=menuStyle;
top=+131;
screenposition="left";

//aI("text=Members;url=members.php;status=Members;");
aI("text=Members;url=/members.php;status=Members;");

aI("text=Clinicians;url=/clinicians.php;status=Clinicians;");

aI("text=Students and Residents;url=/students.php;status=Students and Residents;");

aI("text=Community Members;url=/general_public.php;status=Legislators and General Public;");

aI("text=Career Opportunities;url=/career.php;status=Career Opportunities;");

aI("text=Calendar;url=events_mpca/index.php;status=Calendar;");

}

//Members dropdown

drawMenus();