
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0		           // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()) /*Main menu style*/
{
	offclass="menu_item";
	onclass="menu_item_selected";

	onbgcolor="#ffffff";
	offbgcolor="#E2E4E5";

	
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=0;

	separatorcolor="#ffffff";
	separatorsize="1";
	padding=0;

	oncolor="#000000";
	offcolor="#000000";
	fontsize="12px";
	fontstyle="normal";
	fontfamily="Verdana,Arial,Helvetica,sans-serif";
	fontweight="normal"
	ondecoration="underline";

	subimage="/MCms.Web/skins/tgi/images/item_arrow.gif";	
	subimagepadding="0";
	
}


with(menuStyleDropdown=new mm_style()) /*Dropdown style*/
{
	
	offclass="menu_item";
	onclass="menu_item_selected";

	onbgcolor="#ffffff";
	offbgcolor="#E2E4E5";

	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=1;

	separatorcolor="#FFFFFF";
	separatorsize="1";

	oncolor="#000000";
	offcolor="#000000";
	padding=0;
	fontsize="12px";
	fontstyle="normal";
	fontfamily="Verdana,Arial,Helvetica,sans-serif";
	ondecoration="underline";

	pagecolor="black";
	pagebgcolor="#ffffff";
	headercolor="#000000";
	headerbgcolor="#ffffff";
	
	subimage="/MCms.Web/skins/tgi/images/item_arrow.gif";	
	subimagepadding="6";
	

//	overfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
//	outfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
}


