
_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=10               // Sub menu top offset
_subOffsetLeft=-20            // Sub menu left offset

//--------------------------------------------------------------------------------------------
//
//                                                               Menu Pro Style
//
//--------------------------------------------------------------------------------------------
with(XpProMainStyle=new mm_style()){
	onbgcolor   = "#ffcc99";
	oncolor     = "#000000";
	offbgcolor  = "#ffddcc";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#ffddcc";
	separatorsize ="10";
	padding       =3;
	fontsize      =10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
}
//--------------------------------------------------------------------------------------------
//
//                                                               SubMenu Pro Style
//
//--------------------------------------------------------------------------------------------
with(XpProSubStyle=new mm_style()){
	onbgcolor   = "#ffcc99";
	oncolor     = "#000000";
	offbgcolor  = "#ffddcc";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#ffddcc";
	separatorsize ="10";
	padding       =3;
	fontsize      =10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	subimage="http://www.portatout.net/Menu/images/arrow.gif";
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
}

//--------------------------------------------------------------------------------------------
//
//                                                               Menu Free Style
//
//--------------------------------------------------------------------------------------------
with(XpFreeMainStyle=new mm_style()){
	onbgcolor   = "#DBDACC";
	oncolor     = "#000000";
	offbgcolor  = "#DBEBFF";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#DBEBFF";
	separatorsize ="10";
	padding       =3;
	fontsize      =10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
}
//--------------------------------------------------------------------------------------------
//
//                                                               SubMenu Free Style
//
//--------------------------------------------------------------------------------------------
with(XpFreeSubStyle=new mm_style()){
	onbgcolor   = "#DBDACC";
	oncolor     = "#000000";
	offbgcolor  = "#DBEBFF";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#DBEBFF";
	separatorsize ="10";
	padding       =3;
	fontsize      =10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	subimage="http://www.portatout.net/Menu/images/arrow.gif";
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
}

//--------------------------------------------------------------------------------------------
//
//                                                               Menu Deroulant Style
//
//--------------------------------------------------------------------------------------------
with(XPMenuStyle=new mm_style()){
	onbgcolor="#C1D2EE";
	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";
	image="xpblank.gif";
	subimage="http://www.portatout.net/Menu/images/arrow.gif";
	// onborder="1px solid #316AC5";
	overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="";
	menubgimage="winxp.gif";
}



// Fin du style 
