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 (menuStyle = new mm_style()) {
	fontfamily = "Verdana, Arial, Tahoma";
	fontsize = "12";
	fontstyle = "normal";
	fontweight = "bold";
	bordercolor = "#333333";
	borderstyle = "solid";
	borderwidth = 0;
	headerbgcolor = "#333333";
	headercolor = "#000000";
	offbgcolor = "#8c946b";
	offcolor = "#000000";
	onbgcolor = "#ad1029";
	oncolor = "#FFFFFF";
	outfilter = "Fade(duration=0.1)";
	overfilter = "Fade(duration=0.2);Alpha(opacity=88)";
	padding = 5;
	pagebgcolor = "#8c946b";
	pagecolor = "#000000";
	separatorcolor = "#a4a97e";
	separatorsize = 1;
	subimage = "images/tarrow.gif";
	subimagepadding = 2;
}

drawMenus();

