﻿_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle1=new mm_style()){
styleid=1;
offclass="mmenuOff1";
onclass="mmenuOn1";
subimage="/ul/menu/Arrow3_white_down.gif";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
offclass="mmenuOff1";
onclass="mmenuOn1";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333366";
separatorsize=1;
//padding=5;
fontsize=11;
fontstyle="bold";
fontfamily="Arial";
pagecolor="#000000";
fontweight="bold";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding=2;
subimage="/ul/menu/Arrow3_white_5x7.gif";
overimage="/ul/menu/Arrow3_yellow_5x7.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=2;
offclass="mmenuOff1";
onclass="mmenuOn1";
bordercolor="#028A6F";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize=2;
//padding=5;
fontsize=11;
fontstyle="bold";
fontfamily="Arial";
pagecolor="#ffff33";
fontweight="bold"
pagebgcolor="#0d3276";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/ul/menu/Arrow3_white_down.gif";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#004f6d', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle1;
top=161;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=http://www.maricopa.edu/;");
}

drawMenus();




