fixMozillaZIndex = false; //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 = -2;

with(mmsNav_Main = new mm_style()){
	padding = 4;
	offclass = "mnuNav_Main_off";

	subimagepadding = 1;
}

with(mmsNav_Sub = new mm_style()){
	borderwidth = 1;

	padding = 4;

	onclass = "mnuNav_Sub_on";
	offclass = "mnuNav_Sub_off";

	separatorsize = 1;

	subimagepadding = 1;
	subimage = "../images/menu/right.gif";
}

with(mmsRelated_Main = new mm_style()){
	padding = 2;

	offclass = "mnuRelated_Main_off";
}
with(mmsRelated_Sub = new mm_style()){
	borderwidth = 1;

	padding = 2;

	onclass = "mnuRelated_Sub_on";
	offclass = "mnuRelated_Sub_off";

	separatorsize = 1;
}

