_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="12px";
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="#fff933";
offbgcolor="black";

}

with(MasterStyle=new copyOf(menuStyle)){
subimage="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
separatorcolor="white";
separatorsize="2";
borderwidth=3;
align="center";
itemheight=25;
itemwidth=100;
}

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=120;


}

