_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 = 8              // Sub menu top offset
_subOffsetLeft = 0           // Sub menu left offset

with(menuStyle=new mm_style())
{
	offcolor="#ffffff";
	oncolor="#ffffff";
	bordercolor="#F0F0F0";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#ffffff";
	padding=0;
	fontsize="8pt";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial, Verdana, Tahoma, Arial";
	pagecolor="#ffffff";
	//subimage="/webimgs/whitearrow.gif";
	subimagepadding="5";
	outfilter="randomdissolve(duration=0.3)";
	itemheight=26;
	openonclick=false;
}

MasterStyle=new copyOf(menuStyle)
	MasterStyle.align="center";
	MasterStyle.subimage="";
	MasterStyle.separatorcolor="#ffffff";
	MasterStyle.separatorheight=10;
	MasterStyle.separatorpadding=1;
	MasterStyle.separatorsize="1";
	MasterStyle.borderwidth=0;
	MasterStyle.alwaysvisible=1;
	MasterStyle.padding="0px 15px 0px 15px";
	MasterStyle.orientation="horizontal";
	

with(submenuStyle=new copyOf(menuStyle)) 
{
	openonclick=false;
	bordercolor="#C4BBAA";
	borderwidth=1;
	fontsize="10px";
	offbgcolor="#666666";
	onbgcolor="#666666";
	outfilter="fade(duration=0.8)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#939393', Direction=145, Strength=2)";
	itemheight=26;
	itemwidth="100";
	padding=3;
	separatorcolor="#C4BBAA";
	separatorsize=1;
}