﻿body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior: url(script/csshover2.htc); /* per IE6 */
}

.InternoFrame {
	background-color: #CECECE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:visited 
{
	text-decoration:none;
}

.Corpo 
{
	color: #000000;
	font-size:11pt;
	font-family: Arial;
	text-align: center;
	background-color:#CECECE;
}

.Titolo 
{
	color: #336699;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial;
}

.Piede 
{
	color: #000000;
	font-size: x-small;
	font-family: Arial;
}

.GrassettoBlu
{
	/*color: #336699;*/
	color: #327AC1;
	font-weight: bold;
	font-size: 13pt;
	font-family: Verdana;
	/*font-style:italic;*/
}

.GrassettoRosso
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	font-style:italic;
	text-transform:uppercase;
}

.Settori
{
    font-size: 19.7px;
}

.Settori:link
{
	color: #327AC1;
	text-decoration:none;
}

.Settori:visited 
{
	color: #327AC1;
	text-decoration:none;
}

.Settori:hover
{
	color: #E20000;
	text-decoration:none;
}

.Settori:active {
	color: #327AC1;
	text-decoration:none;
}

#silverlightControlHost {
	width: 797px;
	height: 150px;
	overflow:hidden;
}


/* Parte relativa al menu - INIZIO */
#menu{
	margin:0;
	padding:0;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
#menu li a{
	/*width:180px;*/
	height: 20px;
	display: block;
	text-decoration:none;
	/*text-align: center;*/
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
}
#menu li a:hover{
	background-position: bottom center;
}
#menu ul ul{
	position: absolute;
	top: 20px;
	width: 180px;
	visibility: hidden;
}
#menu ul li:hover ul{
	visibility:visible;
}
a.blu{
	background: url(images/menu/blu.jpg) no-repeat top center;
	color: #000000;
	text-align: center;
}
a.blulungo{
	background: url(images/menu/blulungo.jpg) no-repeat top center;
	color: #000000;
	text-align:left;
}
.corto
{
	width:180px;
}
.lungo
{
	width:400px;
}
/* Parte relativa al menu - FINE */
