_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyleOLD=new mm_style()){
	// styleid=1;
	// subimage="drp/arrow.gif";
	// onsubimage="drp/arrow_white.gif";
	// pagesubimage="drp/arrow_white.gif";
	// separatorheight=1;
	// separatorimage="drp/separator.gif";
 
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=0;
	
	onbgcolor="#ffffff";
	oncolor="#ffffff";
	offbgcolor="#ffffff";
	offcolor="#ffffff";
	
	separatorcolor="#ffffff";
	separatorsize="1";
	fontsize="12px";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Tahoma";
	pagecolor="#000000";
	pagebgcolor="#cccccc";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimagepadding="0";
	// overfilter="Alpha(opacity=90)";
	// overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=2)";
	onclass="submen_on";
	offclass="submen_off";
}

with(menuStyle=new mm_style()){
	onclass="submen_on";
	offclass="submen_off";
}

with(AllImagesStyle=new mm_style()){
 bordercolor="#000000";
 borderstyle="solid";
 fontstyle="normal";
 fontweight="normal";
 height: "26px";
 //padding=0;
}

