
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1            // The time delay before menus open on mouse over
_subOffsetTop=15               // Sub menu top offset
_subOffsetLeft=-24            // Sub menu left offset



with(BarreHorizontale=new mm_style()){
	onbgcolor   = "#FF9F40";
	oncolor     = "#000000";
	offbgcolor  = "#FFE1C4";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#FFE1C4";
	separatorsize ="10";
	padding       =3;
	fontsize      =11;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	subimagepadding="2";
	imagepath="../icones16-16/";
	overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
//	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
//	offborder="1px solid #cccccc";
}


with(MenuVertical=new mm_style()){
	onbgcolor="#FF9F40";
	oncolor="#000000";
	offbgcolor="transparent";
	offcolor="#000000";
	bordercolor="#8A867A";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#8A867A";
	separatorpadding="2";
	separatoralign="right";
	separatorwidth="100%";
	padding=3;
	fontsize=10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana,Tahoma,Helvetica";
	subimage="_arrow.gif";
	onsubimage="_arrowdown.gif";	
	overfilter="Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="";
	menubgimage="_menu_style_orange.gif";
	imagepath="../icones16-16/";
}



// Fin du style 

