buildAfterLoad=true;
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;


with(MenuStyle1=new mm_style()){
	separatorcolor="#9EB1BE";
	separatorsize=1;
	offbgcolor="#628499";
	onbgcolor="#3572A4";
	pagebgcolor="#3572A4";
	offclass="subMenuOff";
	onclass="subMenuOn";
	bordercolor="#EEE5DA";
	borderwidth=1;
	itemwidth=150;
	itemheight=25;
	subimagepadding=5;
}

with(MenuStyle2=new mm_style()){
	bgimage="kuvat/nav-off.jpg";
	overbgimage="kuvat/nav-on.jpg";
	pagebgimage="kuvat/nav-on.jpg";
	itemheight=34;
	itemwidth=246;
	offclass="mainMenuOff";
	onclass="mainMenuOn";
	separatorcolor="#E0E0E0";
	separatorsize=1;
	bordercolor="#E0E0E0";
	borderwidth=0;
}