

_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="#CB0A09";
				offbgcolor="transparent";
				offcolor="#776D53";
				bordercolor="transparent";
				borderwidth="0";
				separatorcolor="none";
				separatorsize="1";
				separatorpadding="0";
				separatorimage="./site/images/menu_sep.gif";
				padding="0 8px";
				fontsize="10px";
				fontstyle="normal";
				fontweight="bold";
				fontfamily="Tahoma, Arial, sans-serif";
				pagecolor="#CB0A09";
				pagebgcolor="transparent";
			}

			with(menuStyleSub=new mm_style()){
				onbgcolor="#E1DCBD";
				oncolor="#CB0A09";
				offbgcolor="#E1DCBD";
				offcolor="#776D53";
				bordercolor="transparent";
				borderstyle="none";
				borderwidth="0";
				separatorcolor="#FFFFFF";
				separatorsize="1";
				padding="5px 8px";
				align="left";
				fontsize="10px";
				fontstyle="normal";
				fontweight="bold";
				fontfamily="Tahoma, Arial, sans-serif";
				pagecolor="#CB0A09";
				pagebgcolor="#E1DCBD";
				subimage="./site/images/ikoner/arrow.gif";
				onsubimage="./site/images/ikoner/arrow_on.gif";
				subimagepadding="2";
			}