_menuCloseDelay = 500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay = 150            // The time delay before menus open on mouse over
_subOffsetTop = 0              // Sub menu top offset
_subOffsetLeft = 0          // Sub menu left offset

with(menuStyle=new mm_style())
{
	offcolor="#472801";
	oncolor="#472801";
	bordercolor="#EEA30C";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#OOOOOO";
	padding=0;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="#ffffff";
	subimage="/webimgs/whitearrow.gif";
	subimagepadding="0";
	outfilter="randomdissolve(duration=0.3)";
	itemheight=22;
	openonclick=true;
}

MasterStyle=new copyOf(menuStyle)
	MasterStyle.align="center";
	MasterStyle.subimage="";
	MasterStyle.separatorcolor="#EEA30C";
	MasterStyle.separatorimage="../webimgs/HeaderMenuSep.jpg";
	MasterStyle.separatorheight=20;
	MasterStyle.separatorpadding=1;
	MasterStyle.separatorsize="5";
	MasterStyle.borderwidth=0;
	MasterStyle.alwaysvisible=1;
	MasterStyle.itemwidth="106px";
	MasterStyle.orientation="horizontal";
	

with(submenuStyle=new copyOf(menuStyle)) 
{
	openonclick=false;
	bordercolor="#F5B21B";
	borderwidth=1;
	offcolor="#F0BA60";
	oncolor="#fff";
	fontsize="10px";
	offbgcolor="#391A11";
	outfilter="fade(duration=0.5)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#939393', Direction=145, Strength=2)";
	itemheight=26;
	itemwidth="128px";
	padding=3;
	separatorcolor="#EEA30C";
	separatorsize=1;
}