@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*--------	SpryMBHorizontal per colonna SX in homepage (mouseover da grigia diventa nera. NOME: "MBHorEVI" ---------*/

/*******************************************************************************

CONTIENE IL CSS PER IL MENU EVIDENZA DELLA SIDEBAR SX

 *******************************************************************************/
 


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MBHorEVI
{
	 margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto; /* "AUTO" impagina corrett su IE */
	display: inline; /* "inline" */
	float: none;/**/
	position: relative;/* INS  
						absolute: FF Hgiusta ma NONIMPAG hor; IE7: coll OK, ma sovraimpresso al testo
						relative:(=vuoto) FF COLLOC sbagliatissima, ma IMP ok; IE7: imp ok
						*/ 
	/*color: #CCCCFF; VERDE SCURO */
						
	
	/*	display: inline-block;  INS MOD
								"inline-block" impaginaOK FF ma mette gli a capo a IE
					 			"DISPLAY INLINE"	???compare uno sfondo ulteriore, ma solo su IE */
	
	
/* DA SpryMBH.css */ 
/*	 margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 60px;
	position: ;
	display: inline;
	float: none; */
	
	
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/*	RIQUADRO MENU */
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MBHorEVI li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;	/*/*MOD DEFauLT:"relative"  |  NO EFFETTI su IE7 
					 FF: con ESCLUSO o "STATIC" almeno il menu è impaginato ALL?INTERNO DEL MAIN CONTENT*/
	
	float: none; /* MOD DEFAULT "left" | 
				 non sembra avere effetti su IE. con "NONE" il menu va all'altezza GIUSTA, ma NON E? IMPAGINATO */ 
	display:inline; /* SERVE PER FF */	
	width:auto;	/*  inheritNO */

			
				 
				 
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MBHorEVI ul
{
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	width: 200px;
	position: absolute;  /*"ABSOLUTE" */
	left: -1000em;	/* piazza il SUB MENU fuori quando NON serve */
	background-color:#FFFFFF;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MBHorEVI ul.MenuBarSubmenuVisible
{
	/* left: auto; MOD DEFAULT:left */
	 top: 40px;
	left: 200px;  /* */
	position: absolute; /* "RELATIVE" colloca bene, ma sballa IMPAG FF e IE 	*/
	text-align:justify;
	white-space: inherit;
	padding:6px;
	background-color: #7767B8;/*VIOLA
								SFONDO SUB MENU COLORE, ma non funziona per lo sfondo del MENU */

	color:#000000;


}
/* Menu item containers are same fixed width as parent */
ul.MBHorEVI ul li
{
	width: 300px;
	
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MBHorEVI ul ul
{
	position:absolute;
	
	/* margin: -5% 0 0 95%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MBHorEVI ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MBHorEVI ul
{

/* SUB MENU BORDO */
	border: 1px solid #FF0000; /* ROSSO */
	
		
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MBHorEVI a
{
/*	display: inline; */
	cursor: help;
	text-decoration: none;
							
	color: #CCCCCC; /* gRIGIO CHIARO  
					COLORE TESTO TUTTO MENU NORMALE */
	
}
/* SOTTOMENU SELEZIONATO  !! SOLO FF !! */
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MBHorEVI a:hover, ul.MBHorEVI a:focus
{
	/*background-color: #0066FF;  BLU CHIARO 
								IE: SOLO SFONDO SUB MENU SELEZIONATO 
								FF: SFONDO SUB MENU SELEZIONATO E MOUSE SOPRA */
	color: #000000;/*  NERO */
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MBHorEVI a.MenuBarItemHover, ul.MBHorEVI a.MenuBarItemSubmenuHover, ul.MBHorEVI a.MenuBarSubmenuVisible
{
	/*background-color: #000099;  BLU SCURO 
								NON FUNZIONA */
/* --- TESTO MENU MouseSopra COLORE --- */
		/* 	color: #00FF00;VERDFE CHIARO */

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MBHorEVI a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MBHorEVI ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MBHorEVI a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MBHorEVI ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MBHorEVI iframe
{
	position: absolute;
	z-index: 1010;

}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MBHorEVI li.MenuBarItemIE
	{
		display: inline;
		floa/t: ;
 	/*background-color:#7767B8; VIOLA  
							modifica il colore che evidenzia il TESTO diSUBMENU
							IE: DEVE ESSERE LO STESSO di ul.MBHorEVI ul.MenuBarSubmenuVisible */	
		
	}
}

