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=0;
_subOffsetLeft=0;

with(mainStyle=new mm_style()){
onclass="menuitemhover";
offclass="menuitem";
}

with(listStyle=new mm_style()) {
offclass="listitem";
onclass="listitemhover";
fontfamily="Helvetica, Arial, sans-serif";
fontsize="12px";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffcc99";
onbgcolor="#ff9933";
offcolor="#333333";
oncolor="#ffffff";
padding=5;
separatorsize=1;
separatorcolor="#cccc99";
subimagepadding=2;
}

with(greenStyle=new mm_style()) {
	onclass="greenMenuOn";
	offclass="greenMenuOff";
}

with(greyStyle=new mm_style()) {
	onclass="greyMenuOn";
	offclass="greyMenuOff";
}

with(blueStyle=new mm_style()) {
	onclass="blueMenuOn";
	offclass="blueMenuOff";
}
with(orangeStyle=new mm_style()) {
	onclass="orangeMenuOn";
	offclass="orangeMenuOff";
}
with(purpleStyle=new mm_style()) {
	onclass="purpleMenuOn";
	offclass="purpleMenuOff";
}
with(redStyle=new mm_style()) {
	onclass="redMenuOn";
	offclass="redMenuOff";
}
with(yellowStyle=new mm_style()) {
	onclass="yellowMenuOn";
	offclass="yellowMenuOff";
}

