_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=-300              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

forgetClickValue="true";

with(menuStyle=new mm_style()){
padding=5;

fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
outfilter="randomdissolve(duration=0.3)";
offcolor="black";
oncolor="gray";	

}

with(MasterStyle=new copyOf(menuStyle)){
bgimage = "/webimgs/mnuOFF2.gif"
overbgimage="/webimgs/mnuOFF2.gif";
subimage="";
separatorcolor="white";
separatorsize="0";
borderwidth=0;
align="center";
itemwidth=72;
itemheight=44;
}

with(submenuStyle=new copyOf(menuStyle)){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontweight="bold";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
pagebgcolor="#7D7977";
separatorcolor="#999999";
separatorsize=1;
itemheight=26;

}
