* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #f4f4f4;
	
	background-image: url('../immagini/bg.gif');
	background-repeat:repeat-x
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 751px;
	border: 1px solid #ccc;
	border-top:0;
	background-color: #ffffff;
}

#Testata {
	position: relative;
	float:left;
	width: 751px;
	border: 0;
	
}
#logo {
	float:left;
	width: 316px;
	border: 0;
}
#logo img{
	padding:10px
}

ul#Bandiere  {
	border: 0; float:right;width:170px;;display:block;margin-top:34px
}

#Bandiere LI {
	list-style-type: none;
	float:left;
	display: block;
}

#Bandiere A {
	float:left;
	display: block;
	width: 36px;
	height: 30px;
	border:0;
	text-indent: -9999px;
}

#Bandiere #Italiano {
	background-image: url('../immagini/italiano.gif');
	left: 595px;
}

#Bandiere #Inglese {
	background-image: url('../immagini/inglese.gif');
	left: 632px;
}

#Bandiere #Francese {
	background-image: url('../immagini/francese.gif');
	left: 669px;
}

#Bandiere #Spagnolo {
	background-image: url('../immagini/spagnolo.gif');
	left: 706px;
}
ul#IstitAlto {
	border: 0; float:right;width:100px;display:block;margin-top:40px;
}


#IstitAlto li {
		list-style-type: none;
		float:left;
		display: block;
}

#IstitAlto a {
	float:left;
	display: block;
	border:0;
	
}



UL#Ambiti {
	position: absolute;
	width: 550px;
	height: 27px;
	top: 158px;
	left: 120px;	
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #91C9FF;
	padding-right: 15px;
	padding-left: 13px;
	background-image: url('../immagini/b_ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
	line-height: 26px;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #ffffff;
}

TABLE#WrapperPagina {
	width: 100%;
	border-collapse: collapse;
}

TD#Barra {
	vertical-align: top;
	width: 125px;	
}

#Barra UL {
	margin-left: 15px;
	padding-top: 60px;
}

#Barra LI {
	list-style-type: none;
	display: inline;
}

#Barra A {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D1D1D1;
	text-align: right;
	background-image: url('../immagini/b_pagine.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#Barra A:hover {
	background-color: #FEFFD4;
}

TD#WrapperContenuto {
	vertical-align: top;
	width: 626px;	
}

#PiedePagina {
	width: auto;
	height: 86px;
	background-color: #ffffff;

	background-repeat: no-repeat;
	
}

#PiedePagina ADDRESS {
	text-align: right;
	padding-top: 13px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#PiedePagina ADDRESS A {
	color: #91C9FF;
}	

/* Menu a tendina */

#WrapperAmbiti {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 83px;
	border: 1px;
	background-color: #1B4792;
}

#WrapperAmbiti1 {
	padding-left: 30px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a.Primo {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	line-height: 23px;
	color: #ffffff;
}

#nav a.Primo:hover {
	color: #FFCC00;
	background-color: #112B57;
}

#nav a.Primo STRONG {
	padding-left: 8px;
}

#nav a.Secondo {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	color: #ffffff;
}

#nav a.Secondo:hover {
	color: #FFCC00;
	background-color: #112B57;
}


#nav A.Primo SPAN, #nav A.Secondo SPAN {
	padding-left: 5px;
}

#nav a {
	display: block;
	width: 200px;
}

#nav li { /* all list items */
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #1B4792;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 140px;
	border: 1px solid #ffffff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

