body{
margin-top:20px;
margin-left:0px;
margin-right:0px;
}

A:link, A:visited { text-decoration: none; color:#FF6600;}
A:hover { text-decoration: none; color: #00873B;}



.verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00873B;
	font-weight:bold;
}

.arancio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00873B;
	font-weight:bold;
}

.blu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:11px;
}

.grigio9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:9px;
}



/* newsletter */

#news_up {margin: 4px 0;}
#log_res.ajax-loading {padding: 20px 0; background: url(immagini/loading.gif) no-repeat center;}
#news_res.ajax-loading {padding: 10px 0; background: url(immagini/spinner.gif) no-repeat center;}



/* menu */

.suckertreemenu ul{
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-image:url(immagini/box_250x20.jpg) /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 146px; /*Width of top level menu link items*/
	height: 15px;
	padding: 1px 8px;
	border: 0px solid black;
	border-left-width: 0;
	text-decoration: none;
	color: navy;
	font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*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: 150px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
	background-color: #059244;
	color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(immagini/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(immagini/arrow-right.gif) no-repeat center right;
}

* 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 */


#myForm label {display:block;}
#myForm input.text, #myForm textarea {width:350px; padding:3px; margin:1px 0; border:1px solid #a7a7a7;}
#myForm input.submit {margin-top: 4px; border:1px solid #a7a7a7; width:350px; padding: 2px 3px; background-color: #CCCCCC; color: #FF6600; font-size: 11px; font-weight: bold; text-align: center;}
