
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=300            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=5           // Sub menu left offset



with(mainmenu=new mm_style()){
oncolor="#005BAA";
offcolor="#005BAA";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=1;
fontsize="11px";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";

bgimage="/pics/button1.gif"
overbgimage="/pics/button2.gif"

itemwidth="140";
itemheight="16";
}


with(submenu=new mm_style()){
oncolor="#005BAA";
offcolor="#005BAA";
bordercolor="#F5BC11";
offbgcolor="#FFFFFF";
onbgcolor="#F5BC11";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F5BC11";
separatorsize=1;
padding=1;
fontsize="11px";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";

itemwidth="140";
itemheight="16";
}







