


_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=-5            // 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="#E5012C";
oncolor="#FFFFFF";
offbgcolor="#012652";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily=" Arial, Verdana, Sans-Serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);";
//outfilter="randomdissolve(duration=0.3)";
}

/*
with(milonic=new menuname("cas")){
style=menuStyle;
top=-28;
left=160;
alwaysvisible=0;
itemwidth=180;
itemheight=28;
overflow="scroll";
//aI("text=Washington D.C.;url=cas_inside.cfm#wdc;status=Washington D.C.;");
aI("text=Katzen Arts Center;url=http://www.american.edu/katzen/;target=blank;status=Katzen Arts Center;");
aI("text=Greenberg Theatre;url=http://www.american.edu/academic.depts/cas/greenberg/;target=blank;status=Greenberg Theatre;");
aI("text=CAS Alumni Chapter;url=http://www.american.edu/cas/alumni/;target=blank;status=CAS Alumni Chapter");
}
*/

with(milonic=new menuname("apply")){
style=menuStyle;
top=-28;
left=160;
alwaysvisible=0;
itemwidth=180;
itemheight=28;
orientation="vertical";
aI("text=How It Works;url=apply.cfm#works;status=How it Works;");
aI("text=Online Application;url=https://my.american.edu/cgi/mvi.exe/A26.APPL.LOGIN?SCH=CAS;target=_blank;status=Online Application;");
aI("text=Downloadable Forms;url=forms.cfm;status=Downloadable Forms;");
}


drawMenus();

