

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#68FA2B";
oncolor="#000000";
offbgcolor="#256C06";
offcolor="#ffffff";
bordercolor="#68FA2B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#68FA2B";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000000";
pagebgcolor="#68FA2B";
headercolor="#000000";
headerbgcolor="#68FA2B";
	

//subimage="arrow.gif";
subimagepadding="2";
//image ="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



		
