_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=5               // Sub menu top offset
_subOffsetLeft=2              // Sub menu left offset



with(HeadersStyle=new mm_style()){
onbgcolor="#000080";
oncolor="#DACC84";
offbgcolor="0";
offcolor="#000080";
menubgimage="images/yellow_stucco.gif";
bordercolor="#000080";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Arial, Helvetica";
headercolor="#FFFFFF";
headerbgcolor="#0000FF";
subimage="images/arrow.gif";
subimagepadding="2";
separatorcolor="#000080";
separatorsize="1";
overfilter="Fade(duration=0.4);Alpha(opacity=95);Shadow(color='#000080', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.4)";
}

drawMenus();
