
body{
	background-color:#C52D28;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	font: Arial,  Sans-Serif, Verdana;
	font-size:10pt;
	color:#595964;
	width:950px;
	text-align:center;
	margin:0 auto;
}

A:link, A:visited { text-decoration: none; color:#666666;}
A:hover { text-decoration: underline; color: #000066;}

a.menu:link, a.menu:visited { text-decoration:none }
a.menu:hover { text-decoration:underline }

#banner {
position:absolute;
font-family: Arial, sans-serif;
font-size:12px;
color:#FFFFFF;
border:0px;
background-color:none;
+z-index:1;
margin:0 auto;
}

.blu11 {
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color: #000066;
  margin-top:25px;
  margin-left:10px;
  text-align:justify;
}

.blu9 {
	font-family:Arial, Sans-Serif;
	font-size:9px;
	color: #000066;
}

.bianco18 {
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:18px;
	color: #ffffff;
}

.bianco12 {
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
}

.bianco14 {
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
}

.grigio8 {
font-family: Arial, Sans-Serif;
font-size:9px;
color: #999999;
}

a.scheda{
color:#000066;
text-decoration: none; 
font-family: Arial, Sans-Serif;
font-size:12px
}
a.scheda:hover{
color:#000066;
text-decoration:none
}

.box{
	text-align:justify;
	float:right;
	width:350px;
	margin:20px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.contenutobox{
color:#000066; 
background-color: #E6E6E6; 
font-family:Arial, Sans-Serif; 
font-size:11px; 
min-height:200px; 
padding-left:10px;
padding-right:10px
}


.suckertreemenu ul{
margin:0 auto;
position: relative;
padding: 0px;
list-style-type: none;
font-size:9pt;
width:720px;
text-align:center;
height:20px;
background-image: url("./immagini/barra720.jpg"); /*overall menu background color*/
}

/*Top level list items*/
.suckertreemenu ul li{
margin:0 auto;
position:relative;
display: inline;
list-style-type: none;
padding: 1px 4px;
color: white;
font-weight:bold;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
width:auto;
padding: 1px 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
margin-left: 0px;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top:0px;
width:auto;
background-image:none;
background-color: #c52d28;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding: 0px 0px;
width:auto;
background-image:none;
background-color: #c52d28;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 0px solid white;
}

.suckertreemenu ul li a:hover{
background-color: #6EB6E4;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

