/* CSS Document */
.titolo-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.testo {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 20px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

div {
position:center;
left:0px;
top:0px;
z-index:0;
}

body {
	background-color: #CCCCCC;
	background-attachment: fixed;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	font-weight: normal;
	z-index: 1000;
}
.titolo {
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
}
.titolo-tabella {
	font-size:larger;
	font-weight:bold;
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	color: #006699;
}
.testo-tabella {
	font-size:small;
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
}


.from {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	color: #003399;
}
.data {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.testoBold {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.evidenza {
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
	line-height: 30px;
	display: block;
}
.evidenza2 {
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
	line-height: 30px;
	display: block;
}


#menu {
	width: 100%;
	float: none;
	padding: 0px 0px 0px 0px;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: center;
	color: #039;
	font-style: normal;
	line-height: 30px;
	background-image: url(img/SFONDOMENU.jpg);
	z-index: 1000;
}

#menu ul {
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #039;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	z-index: 1000;
}

#menu li {
	font-family: "Century Gothic";
	color: #039;
	font-style: normal;
	text-align: center;
	float: left;
	background-image: url(img/SFONDOMENU.jpg);
	line-height: 30px;
	z-index: 1000;
	padding-left: 20px;
	padding-right: 20
}

#menu a {
	display: block;
	color: #039;
	text-decoration: none;
	line-height: 30px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/SFONDOMENU2.png);
	line-height: 30px;
	z-index: 8000;
}

#menu li ul { /* NASCONDO I SOTTOMENU */
	display: none;
	line-height: 30px;


}

#menu li:hover ul { /* MOSTRO IL SOTTOMENU AL PASSAGGIO DEL MOUSE */
	display: block;
	position: absolute;
	z-index:10000;
	width:142px;
	margin: 0 0 0 0px;
	line-height: 30px;

}


#menu li li {
	border: none;
	width: 150px;
	line-height: 30px;


}

#menu li li a {
	padding: 0px 0px 0px 0px;
	line-height: 30px;


}

#navigation {
	height: 3em;
	background: #000;
	padding: 0 1em;
}

#navigation > li {
	float: left;
	margin-right: 0.5em;
	height: 100%;
	width: 9em;
}

#navigation > li > a {
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
	text-decoration: none;
	height: 100%;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

#navigation > li > a:hover {
	background: #d00;
}

#navigation li ul {
	width: 100%;
	background: #000;
	clear: both;
	position: absolute;
	top: -1000em;
}

#navigation li ul li {
	width: 100%;
	display: block;
	margin: 0.5em 0;
}

#navigation li ul li a {
	display: block;
	height: 100%;
	padding: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#navigation li ul li a:hover {
	background: #666;
}

#navigation li.submenu:hover ul {
	position: static;
}
