_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=-10            // Sub menu left offset

forgetClickValue="true";

with(menuStyle=new mm_style()){
padding=5;

fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
offcolor="white";
oncolor="black";
offbgcolor="white";

}

with(MasterStyle=new copyOf(menuStyle)){
bgimage = "/webimgs/navbutton.gif"
overbgimage="/webimgs/navbutton2.gif";
subimage="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
separatorcolor="white";
separatorsize="0";
borderwidth=0;
align="center";
itemwidth=67;
}

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";
outfilter="fade(duration=0.5)";
pagebgcolor="#7D7977";
separatorcolor="#999999";
separatorsize=1;
itemheight=26;
itemwidth=170;


}
