

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#9CC600";
oncolor="#ffffff";
offbgcolor="#79A101";
offcolor="#ffffff";
itemheight=30;
itemwidth=114;
align="center";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=0;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
overbgimage="img/menu_bg.gif";
//onborder="2px solid #ffffff";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="img/px.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
//onbgcolor="#9CC600";
oncolor="#ffffff";
//offbgcolor="#79A101";
offcolor="#ffffff";
//itemheight=20;
itemwidth=114;
align="center";
//bordercolor="#FFFFFF";
//borderstyle="solid";
//borderwidth=2;
//separatorcolor="#FFFFFF";
//separatorsize="1";
padding=0;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="img/px.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

