BODY {
	background: #A0A0A0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
   line-height: 1.5;
}
.date {
	font-family: arial;
	font-size: 10px;
   color: #404040;
}

.testospot {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
   text-align: justify;
}
.didascalia {
   color: black;
   font-size: 10px;
   font-family: arial;
}
#testo {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}
#titolo {
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#testo a {
	color: #4682B4;
	text-decoration: none;
}
#testo a:hover {
	color: #7da7d8;
	text-decoration: none;
}
#tecnico {
   font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*   font-family: "MS Sans Serif", Geneva, sans-serif; */
   line-height: 1.5;
}
#menubasso {
   font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #000000;
/*   font-family: "MS Sans Serif", Geneva, sans-serif; 
   line-height: 1;*/
}
#menubasso a {
   color: black;
   text-decoration: none;
}
#menubasso a:hover {
   color: black;
   text-decoration: underline;
/*   border-width: thin;
   border-style: dotted; */
}
P {
   color: #404040;
}
P a {
   color: #404040;
   text-decoration: none;
}
P a:hover {
   color: #000000;
   text-decoration: none;
/*   border-width: thin;
   border-style: dotted; */
}
DIV.menu {
	/* */
	/* Sotto menu cella */
	/* */
	/* Colore del testo dentro le celle - make the text black */
	/* imposta lo spazio laterale interno alla cella */
	padding: 0;
	/* bordo sottomenu */
	BORDER: #000000 1px solid;

	LEFT: auto;
	width: 185px;
	
	VISIBILITY: hidden;
	POSITION: absolute;
	
	width: 185px;

	Z-INDEX: 101;

}
DIV.menu A.menuItem {
/* sotto menu testo */
	font-style: normal;
/* remove the emphasized text style */
	color: #000000;
/* Colore del testo dentro le celle - make the text black */
	font-size: 9px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	DISPLAY: block;

	padding-bottom: 1px;
	padding-top: 1px;
   
	height: 12px;
	width: 185px;

	CURSOR: default;
	COLOR: #000000;
	WHITE-SPACE: nowrap;
	background-color: #dfca85;
}
DIV.menuBar {
/**/
   display: inline; 
/*   border: 0px; */
   background-color: #000000;
/*
   height: 13px;*/
/*   width: 657px;
    float: left; */
   /* background-position: inherit; */
/*   width: 661px; */
/*   left: 0px; */
}
DIV.menuBar A.menuButton {
	/* */
	/* Menu primo livello bottone per bottone */
	/* */
	/* Imposta display e larghezza e bordo di ogni bottone del primo menu */
	display: block;
	width: 185px;
	border: 1px solid black;
   margin-left: -1px;

   /*
   padding-left: 3px;
   padding-right: 3px; */

   height: 12px;
	background-color: #7da7d8; 
	/* float them in one horizontal line */
	float: left;
	/* Testo all'interno dei singoli bottoni */
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	/*	Posizionamento */
	POSITION: relative;
	z-index: 100;
}
DIV.menuBar A.menuButton:hover {
	/* */
	/* Menu primo livello quando  over */
	/* */
	width: 185px;
	BORDER-COLOR: #000000;
	COLOR: #000000;
	BACKGROUND-COLOR: #dfca85;

}
DIV.menuBar A.menuButtonActive {
	/* */
	/* Menu primo livello quando ho cliccato aperto il sottomenu  ma sopra al sottomenu*/
	/* */
	width: 185px;
	BORDER-COLOR: #000000;
	LEFT: 0px;
	COLOR: #000000;
	TOP: 0px;
	background-color: #dfca85;
}
DIV.menuBar A.menuButtonActive:hover {
	/* */
	/* Menu primo livello quando ho cliccato aperto il sottomenu  ma ancora sopra al menu*/
	/* */
	width: 185px;
	BORDER-COLOR: #000000;
	LEFT: 0px;
	COLOR: #000000;
	TOP: 0px;
	background-color: #dfca85;
/*	width: 185px;
	float: left; */
}
DIV.menu A.menuItem:hover {
	/* */
	/* Barra reverse quando sono sul sottomenu */
	/* */
   width: 185px;
	COLOR: #000000;
	BACKGROUND-COLOR: #7da7d8;
}


DIV.menu A.menuItemHighlight {
	width: 185px;
/*	COLOR: #000000;
	BACKGROUND-COLOR: #B8860B;
*/
}



