<!--

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	margin:0px;
	padding:0px;
	height:100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 

#tabcontenitore {
	height: 100%;
	background-repeat: repeat-y;
	background-image: url(../images/home-bg-four-columns.gif);
	padding: 0px;
}

/* MENU */

#contenitoremenu{
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	height: 168px;
	margin: 0px;
	padding: 0px;
} 


#divlogo{
	width: auto;
	text-align: center;
	height: 524px;
	margin: 0px;
	padding: 0px;
} 


/*FINE DIV BIANCO AL CENTRO PAGINA CON MENU */

/* MENU */


#divmenu {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#bgmenutopa a{
  background-color: #FF8409; /*top menu background color arancio*/
}

#bgmenutopa a:hover{
  background-color: #FF6600; /*top menu background color arancio*/
}

#bgmenutopb a{
  background-color: #5BBDFF; /*top menu background color azzurro*/
}

#bgmenutopb a:hover{
  background-color: #0085DD; /*top menu background color azzurro*/
}

#bgmenutopc a{
  background-color: #00C131; /*top menu background color verde*/
}

#bgmenutopc a:hover{
  background-color: #00AE2C; /*top menu background color verde*/
}

#bgmenutopd a{
  background-color: #C68BE2; /*top menu background color viola*/
}

#bgmenutopd a:hover{
  background-color: #A547D1; /*top menu background color viola*/
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-transform: uppercase;
}

.suckertreemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.suckertreemenu li{
	font-weight: bold;
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 250px;
    text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	visibility: hidden;
	text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
    display: list-item;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
    left: 0; /* no need to change, as true value set by script */
    top: 0;
}

#bgsubmenu1 a{
	width: auto; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #FFFFFF;
}

#bgsubmenu1 a:hover{
	width: auto; /*width of sub menu levels*/
	font-weight: bold;
	background-color: #000000;
}

#bgsubmenu2 a{
	width: auto; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #FFFFFF;
}

#bgsubmenu2 a:hover{
	width: auto; /*width of sub menu levels*/
	font-weight: bold;
	background-color: #000000;
}

#bgsubmenu3 a{
	width: auto; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #FFFFFF;
}

#bgsubmenu3 a:hover{
	width: auto; /*width of sub menu levels*/
	font-weight: bold;
	background-color: #000000;
}

#bgsubmenu4 a{
	width: auto; /*width of sub menu levels*/
	font-weight: normal;
	background-color: #FFFFFF;
}

#bgsubmenu4 a:hover{
	width: auto; /*width of sub menu levels*/
	font-weight: bold;
	background-color: #000000;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	white-space: nowrap;
	color: #000000;
	height: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 0px 0px 90px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.suckertreemenu ul li a:hover{
	background-color: black;
    color: white;
	font-weight: bold;
}


* 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%; }
* html #bgsubmenu1 a { width: 0; font-weight: normal; background-color: #FFFFFF; }
* html #bgsubmenu1 a:hover { width: 0; font-weight: bold; background-color: #000000; }
* html #bgsubmenu2 a { width: 0; font-weight: normal; background-color: #FFFFFF; }
* html #bgsubmenu2 a:hover { width: 0; font-weight: bold; background-color: #000000; }
* html #bgsubmenu3 a { width: 0; font-weight: normal; background-color: #FFFFFF; }
* html #bgsubmenu3 a:hover { width: 0; font-weight: bold; background-color: #000000; }
* html #bgsubmenu4 a { width: 0; font-weight: normal; background-color: #FFFFFF; }
* html #bgsubmenu4 a:hover { width: 0; font-weight: bold; background-color: #000000; }
/* End */



/* FINE MENU */


#copy {
	padding-top: 8px;
	padding-left: 4px;
}

.fontgrigio {
	color: #7D7D7D;
	font-weight: normal;
	font-size: 10px;
}




-->