

_menuCloseDelay=500	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0	// The time delay before menus open on mouse over
_followSpeed=5		// Follow scrolling speed
_followRate=40		// Follow scrolling Rate
_subOffsetTop=0		// Sub menu top offset
_subOffsetLeft=1	// Sub menu left offset
_scrollAmount=3		// Only needed for Netscape 4.x
_scrollDelay=20		// Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
	onbgcolor="transparent";
	oncolor="#ff0000";
	offbgcolor="transparent";
	offcolor="#000000";
	bordercolor="transparent";
	borderstyle="none";
	borderwidth=0;
	separatorcolor="#ffffff";
	separatorsize="1";
	separatorpadding="0";
	padding="2px 5px 2px 5px";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial, sans-serif";
	pagecolor="#ff0000";
	pagebgcolor="#cccccc";
}

with(menuStyleSub=new mm_style()){
	onbgcolor="#cccccc";
	oncolor="#ff0000";
	offbgcolor="#efefef";
	offcolor="#000000";
	bordercolor="transparent";
	borderstyle="none";
	borderwidth="0";
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding="2px 5px 2px 5px";
	align="left";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial, sans-serif";
	pagecolor="#000000";
	pagebgcolor="#cccccc";
	subimage="/site/images/arrow.gif";
	onsubimage="/site/images/arrow_on.gif";
	subimagepadding="2";
}