
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=2                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(topStyle=new mm_style()){
	onbgcolor="transparent";
	oncolor="#f1b825";
	offbgcolor="transparent";
	offcolor="#FFFFFF";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="transparent";
	separatorsize="30";
	padding=3;
	fontsize="9pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="helvetica, arial, sans serif;";
	// pagecolor="#85A7D4";
	// pagebgcolor="#FFFFFF";
	// headercolor="#000000";
	// headerbgcolor="#ffffff";
	// subimage="";
	// onsubimage="";
	// subimagepadding="3";
}

with(subStyle=new mm_style()){
	onbgcolor="#f1b825";
	oncolor="#000000";
	offbgcolor="#FFFFFF";
	offcolor="#000000";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#000000";
	separatorsize="1";
	padding=3;
	fontsize="9pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="helvetica, arial, sans serif;";
	// pagecolor="#85A7D4";
	// pagebgcolor="#FFFFFF";
	// headercolor="#000000";
	// headerbgcolor="#ffffff";
	// subimage="images/arrow_submenu.gif";
	// subimagepadding="3";
	overfilter="Fade(duration=0.4);Shadow(color='#777777',Direction=135,Strength=2)";
	outfilter="randomdissolve(duration=0.3)";
}