_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=20;
_subOffsetLeft=-20;




with(menuStyle=new mm_style()){
fontfamily="\"Trebuchet MS\",Geneva, Arial, Helvetica, SunSans-Regular, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#fff";
headercolor="#000";
oncolor="#FF0000";
outfilter="fade(duration=0.4)";
overfilter="Fade(duration=0.2);Alpha(opacity=80)";
padding=4;
pagebgcolor="#82B6D7";
separatorcolor="transparent";
separatorsize=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="\"Trebuchet MS\",Geneva, Arial, Helvetica, SunSans-Regular, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#fff";
headercolor="#000";
offbgcolor="#000";
onbgcolor="#000";
offcolor="#fff";
outfilter="fade(duration=0.4)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#82B6D7";
separatorcolor="transparent";
separatorsize=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=100;
openstyle="up";
orientation="horizontal";
style=menuStyle;
top=590;
aI("text=Guide Dogs ;");
}

drawMenus();

