_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=1;

with(menuStyle=new mm_style()){
	orientation="horizontal";
	fontfamily="Verdana, Tahoma, Arial";
	separatorimage="images/menu_separator.gif";
	separatorwidth="25";
	separatorheight="15";
	separatorpadding="0";
	oncolor="#003366";
	offcolor="#003366";
	fontsize="11px";
	fontweight="900";
	fontstyle="normal";
	itemheight=10;
	padding=0;
	spacing=0;
}

with(subStyle=new mm_style())
{
	bordercolor="#A3A3A3";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="11px";
	fontweight="900";
	fontstyle="normal";
	headerbgcolor="#E7EFF5";
	headercolor="#000000";
	offbgcolor="#E7EFF5";
	offcolor="#003366";
	offborder="1px solid #EAEAEA";
	onbgcolor="#1570D3";
	oncolor="WHITE";
	onborder="1px solid #1D60B7";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
	padding="3";
	pagebgcolor="#E7EFF5";
	pagecolor="black";
	subimage="images/arrow.gif";
}