

_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="#9A8C60";
				offbgcolor="transparent";
				offcolor="#372F1A";
				borderstyle="none";
				separatorimage="/site/images/menu/menusep_bg.gif";
				separatorsize="4";
				separatorpadding="0";
				padding="3px 0 3px 0";
				fontsize="11px";
				fontstyle="normal";
				fontfamily="Verdana, Tahoma, Arial";
				fontweight="bold";
				pagecolor="#9A8C60";
				pagebgcolor="transparent";
				align="center";
				itemwidth="125";
			}

			with(menuStyleSub=new mm_style()){
				onbgcolor="#BAAC80";
				oncolor="#FFFFFF";
				offbgcolor="#000000";
				offcolor="#BAAC80";
				bordercolor="#BAAC80";
				borderstyle="solid";
				borderwidth=1;
				separatorcolor="#BAAC80";
				separatorsize="1";
				padding="3";
				itemwidth="126";
				fontsize="11px";
				fontstyle="normal";
				fontfamily="Verdana, Tahoma, Arial";
				pagecolor="black";
				pagebgcolor="#BBBBBB";
				subimage="/site/images/menu/menu_pilb.gif";
				onsubimage="/site/images/menu/menu_pil.gif";
				subimagepadding="2";
			}