
_menuCloseDelay	= 200           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay	= 50            	// The time delay before menus open on mouse over
_followSpeed	= 5                	// Follow scrolling speed
_followRate		= 50                // Follow scrolling Rate
_subOffsetTop	= 5               	// Sub menu top offset
_subOffsetLeft	= -10            	// Sub menu left offset
_scrollAmount	= 3               	// Only needed for Netscape 4.x
_scrollDelay	= 20               	// Only needed for Netcsape 4.x

with (MainStyle = new mm_style()) {
	onbgcolor		= "#CC9966";
	oncolor			= "#663300";
	offbgcolor		= "#FFF7DF";
	offcolor		= "#663300";
	bordercolor		= "#663300";
	borderstyle		= "solid";
	borderwidth		= 1;
	separatorcolor	= "#663300";
	separatorsize	= "2";
	padding			= 4;
	fontsize		= "12px";
	fontstyle		= "normal";
	fontweight      = "bold";
	fontfamily		= "Times New Roman, Georgia, Times, serif";
	pagecolor		= "#681515";
	pagebgcolor		= "#FFEBCE";
	headercolor		= "#000000";
	headerbgcolor	= "#ffffff";
	subimage		= "";
	subimagepadding	= "2";
	overfilter		= "Fade(duration=0.2);";
	outfilter		= "randomdissolve(duration=0)";
}
with (menuStyle = new mm_style()) {
	onbgcolor		= "#CC9966";
	oncolor			= "#663300";
	offbgcolor		= "#FFF7DF";
	offcolor		= "#663300";
	bordercolor		= "#663300";
	borderstyle		= "solid";
	borderwidth		= 1;
	separatorcolor	= "#663300";
	separatorsize	= "2";
	padding			= 4;
	fontsize		= "11px";
	fontstyle		= "normal";
	fontfamily		= "Georgia, Times New Roman, Times, serif";
	pagecolor		= "#681515";
	pagebgcolor		= "#FFEBCE";
	headercolor		= "#000000";
	headerbgcolor	= "#ffffff";
	subimage		= "";
	subimagepadding	= "2";
	overfilter		= "Fade(duration=0.2);";
	outfilter		= "randomdissolve(duration=0)";
}
	