
_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   = "#dddddd";
	oncolor     = "#000000"; // ----------------  Colore testo menu OVER
	offbgcolor  = "#288803"; // ----------------  Sfondo menu
	offcolor    = "#ffffff";
	bordercolor = "#FFFFFF"; // ----------------  Bordo 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";
//	onborder="1px solid #CCCCCC";  // ----------------  Bordo su ON OVER
//	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=2)";
//	offborder="1px solid #cccccc";
//	menubgimage="/stili/11/js/max.gif"; // ----------------  Immagine a SX del menu
//	subimage="/img/arrow.gif"; // ----------------  Immagine a DX del menu
}


with(XPMenuStyle=new mm_style()){
	onbgcolor="#dddddd";
	oncolor="#000000";
	offbgcolor="transparent";
	offcolor="#ffffff";
	bordercolor="#15FF09";
	borderstyle="solid";
//	borderwidth=1;
	separatorcolor="#FFFFFF";
	separatorpadding="2";
	separatoralign="right";
	separatorwidth="100%";
	padding=3;
	fontsize=12;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Tahoma,Verdana,Helvetica";
//	image="/stili/11/js/mini_ordi.gif";
	subimage="/img/arrow.gif";
	// onborder="1px solid #316AC5";
	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/11/js/winxp.gif"; // ---------------- Sfondo sottomenų ----------------------------
}



// Fine degli Stili 

