_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=175;
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=0;
fontfamily="tahoma, verdana";
fontsize="11px";
high3dcolor="#ffffff";
imagepadding=1;
low3dcolor="#CACACA";
offbgcolor="#CACACA";
offcolor="#000000";
onbgcolor="#004c48";
oncolor="#FFFFFF";
padding=5;
subimagepadding=4;
swap3d=1;
subimage="/webimgs/arrow.gif";
onsubimage="/webimgs/whitearrow.gif";

separatorsize=1;

}

with(MasterStyle=new copyOf(menuStyle)){
fontweight="bold"
}

with(submenuStyle=new copyOf(menuStyle)){
itemheight=15;
}
