_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=0              // Sub menu top offset
_subOffsetLeft=00            // Sub menu left offset


forgetClickValue="true";

with(menuStyle=new mm_style()){
itemwidth=165;
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
fontfamily="tahoma, verdana";
fontsize="11px";
high3dcolor="#ffffff";
imagepadding=3;
low3dcolor="#808080";
offbgcolor="#BDBEBD";
offcolor="#000000";
onbgcolor="#000080";
oncolor="#FFFFFF";
padding=4;
subimagepadding=4;
swap3d=1;
subimage="/webimgs/arrow.gif";
onsubimage="/webimgs/whitearrow.gif";

separatorsize=2;

}

with(MasterStyle=new copyOf(menuStyle)){
fontweight="bold"
}

with(submenuStyle=new copyOf(menuStyle)){
itemheight=26;
}
