_menuCloseDelay=1500;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;

// primary style, affects all others
with(menuStyle=new mm_style()){
	itemwidth="100%";
	subimage="images/btn-rightarrow.gif";
	bgimage="images/mainstyle14/bg-menu.jpg";
	overbgimage="images/bg-menuhot.jpg";
	openonclick=1;
	separatorcolor="#ffffff";
	separatorsize=1;
	imageheight=15;
	imagewidth=15;
	subimagepadding="1px 3px 1px 1px";
	imagepadding="1px 3px 1px 1px";
	offclass="mnuRoot";
	onclass="mnuHot";
}

// style for opening comm menus to the left
with(menuRTLStyle=new copyOf(menuStyle)){
	itemwidth="100%";
	subimage="images/btn-leftarrow.gif";
	imageposition="right";
	padding="2px 5px";
	bgimage="";
	overbgimage="";
}

// primary submenu style
with(menuSubStyle=new copyOf(menuStyle)){
	itemwidth=200;
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=1;
	bgimage="";
	overbgimage="";
}

// primary submenu style
with(menuBnrSubStyle=new copyOf(menuSubStyle)){
	itemwidth=200;
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=1;
	outfilter="fade(duration=0.2)";
	overfilter="fade(duration=0.2);Alpha(opacity=95);Shadow(color=#939393', Direction=145, Strength=4)";
	bgimage="";
	overbgimage="";
	offclass="mnuRootbnr";
	onclass="mnuHotbnr";
}

// style for submenus opened to the left
with(menuRTLSubStyle=new copyOf(menuSubStyle)){
	subimage="images/btn-leftarrow.gif";
	imageposition="right";
	padding="2px 5px";
}

// primary banner style
with(bannerStyle=new copyOf(menuStyle)){
	itemwidth=215;
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=1;
	bgimage="";
	overbgimage="";
	outfilter="fade(duration=0.2)";
	overfilter="fade(duration=0.2);Alpha(opacity=95);Shadow(color=#939393', Direction=145, Strength=4)";
	offclass="mnuRootbnr";
	onclass="mnuHotbnr";
}

// primary banner style
with(articleStyle=new mm_style){
	openonclick=1;
	bordercolor="silver";
	borderstyle="solid";
	borderwidth="1px";
	fontcolor="white";
	separatorcolor="silver";
	separatorsize=1;
	outfilter="fade(duration=0.2)";
	overfilter="fade(duration=0.2);Alpha(opacity=95);Shadow(color=#939393', Direction=145, Strength=4)";
	offclass="mnuRootart";
	onclass="mnuHotart";
}

// primary banner style
with(eventStyle=new copyOf(articleStyle)){
	bordercolor="transparent";
	borderstyle="none";
	borderwidth="0px";
	fontcolor="white";
	separatorcolor="transparent";
	separatorsize=3;
	outfilter="fade(duration=1.2)";
	overfilter="fade(duration=0.2);Alpha(opacity=95);Shadow(color=#939393', Direction=145, Strength=4)";
	offclass="mnuRootart";
	onclass="mnuHotart";
}

// style for opening banner menus to the left
with(bannerRTLStyle=new copyOf(bannerStyle)){
	subimage="images/btn-leftarrow.gif";
	imageposition="right";
}


