_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="#ffffff";
	oncolor="#B17458";
	bordercolor="#F0F0F0";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#OOOOOO";
	padding=0;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana, Tahoma, Arial";
	subimage="/webimgs/whitearrow.gif";
	subimagepadding="0";
	outfilter="randomdissolve(duration=0.3)";
	itemheight=22;
	openonclick=false;
}

MasterStyle=new copyOf(menuStyle)

	MasterStyle.align="center";
	MasterStyle.subimage="";
	MasterStyle.separatorcolor="#B17458";
	MasterStyle.separatorheight=13;
	MasterStyle.separatorpadding=1;
	MasterStyle.separatorsize="1";
	MasterStyle.borderwidth=0;
	MasterStyle.alwaysvisible=1;
	MasterStyle.itemwidth="130px";
	MasterStyle.orientation="horizontal";
	

with(submenuStyle=new copyOf(menuStyle)) 
{
	oncolor="#F2E1C5"
	offcolor="#5B1400"
	onbgcolor="#5B1400"
	openonclick=false;
	bordercolor="#B17458";
	borderwidth=1;
	fontsize="10px";
	offbgcolor="#F2E1C5";
	outfilter="fade(duration=0.5)";
	overfilter="Fade(duration=0.2);";
	itemheight=26;
	itemwidth="150px";
	padding=3;
	separatorcolor="#B17458";
	separatorsize=1;
}