
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(XPMainStyle=new mm_style()){
	onbgcolor   = "#FF0000";
	oncolor     = "#ffffff";
	offbgcolor  = "#2C85FF";
	offcolor    = "#ffffff";
	bordercolor = "#FFFFFF"; // Sfondo Menu
	borderstyle = "solid";
	borderwidth = 2;
	separatorcolor ="#FFFFFF"; // Separatore Menu Colore
	separatorsize ="1";
	separatorwidth="148";
	padding       =2;
	fontsize      =12;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Tahoma";
	subimagepadding="3";
}


with(XPMenuStyle=new mm_style()){
	onbgcolor="#FF0000";
	oncolor="#FFFFFF";
	offbgcolor="transparent";
	offcolor="#ffffff";
	bordercolor="#2C85FF";
	borderstyle="solid";
	separatorcolor="#FFFFFF";
	separatorpadding="2";
	separatoralign="right";
	separatorwidth="100%";
	padding=3;
	fontsize=12;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Tahoma,Verdana,Helvetica";
	//image="/stili/02/js/mini_ordi.gif";
	//subimage="/img/arrow.gif";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
	outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
	menubgimage="/stili/02/js/winxp.gif";
}



// Fine degli Stili 

