/*
_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=50              // Sub menu top offset
_subOffsetLeft=290            // Sub menu left offset


with(ees_style_menu=new mm_style()){
	onbgcolor="c8c8c8";
//	oncolor="#0a2894";
	oncolor="#FF0000";	
	offbgcolor="transparent";
	offcolor="#2017d8";
	
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#6f3510";
	separatorsize="1";
//	separatorpadding="10";
	padding=3;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana";
	//image="xpblank.gif";
//	subimage="./js/arrow.gif";
//	onborder="1px solid #4FC2D5";
	//overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#777777', Direction=135, Strength=2)";
	outfilter="Fade(duration=1.2);Alpha(opacity=100);Shadow(color='#490ac8', Direction=135, Strength=2)";
	align="center";
	//pagecolor="black";
//	outfilter="";
	//menubgimage="winxp.gif";
}


with(ees_substyle_menu=new mm_style()){
	onbgcolor="#000e52";
//	oncolor="#666dfd";
	oncolor="#FF0000";	
	offbgcolor="#ccd9dc";
	offcolor="#040052";
	
	bordercolor="#522C00";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#522C00";
	separatorsize="1";
	separatorpadding="1";
	padding=3;
	fontsize="9pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana";
	//image="xpblank.gif";
//	subimage="./js/arrow.gif";
	onborder="1px solid #FDE066";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
	outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";

	pagebgcolor="#d2b2ed";
	offbgcolor="#d2b2ed";
//	outfilter="";
	//menubgimage="winxp.gif";
}
*/

