/*HTML DEFAULT*/body {	position:absolute;	width:100%;	}/*MENU*/a.menu_selected:LINK, a.menu_not_selected:LINK, a.sottomenu_selected:LINK, a.sottomenu_not_selected:LINK, a.menu_selected:HOVER, a.menu_not_selected:HOVER, a.sottomenu_selected:HOVER, a.sottomenu_not_selected:HOVER,a.menu_selected:VISITED, a.menu_not_selected:VISITED, a.sottomenu_selected:VISITED, a.sottomenu_not_selected:VISITED,a.menu_selected:ACTIVE, a.menu_not_selected:ACTIVE, a.sottomenu_selected:ACTIVE, a.sottomenu_not_selected:ACTIVE{	text-decoration: none;}a.menu_selected div, a.sottomenu_selected div{	z-index:2;	position:relative;	width:150px;	height:38px;	border:0px solid #000000;	-webkit-border-bottom-left-radius: 25px;	-moz-border-radius-bottomleft: 25px;	border-bottom-left-radius: 25px;	-webkit-transform: rotate(3deg);	-moz-transform: rotate(3deg);	-o-transform: rotate(3deg);    /*-moz-transform: matrix(1, 0.05, 0, 1.2, 0, 0);	-webkit-transform: matrix(1, 0.2, 0, 1.4, 0, 0);    -o-transform:matrix(1, 0.2, 0, 1.4, 0, 0);*/	text-align: left;	padding-left:30px;	background-color: #FFFF00;}a.sottomenu_selected div{	width:145px;	height:30px;	border:0px;	margin-left:5px;	-webkit-border-bottom-left-radius: 15px;	-moz-border-radius-bottomleft: 15px;	border-bottom-left-radius: 15px;}a.menu_selected div span, a.sottomenu_selected div span{	position:relative;	border:0px;	line-height:38px;		text-align: left;	font-size: 18px;	font-style: italic;	font-weight: bold;	/*background-color: red;*/}a.sottomenu_selected div span{	line-height:28px;	font-size: 14px;}a.menu_not_selected div, a.sottomenu_not_selected div{	position:relative;	margin-left:10px;	width:140px;	height:38px;	border:1px solid #FFFF00;	border-radius:10px;	-moz-border-radius: 10px;  /* Firefox 3.6 e inferiori */	-webkit-border-radius: 10px;	text-align: left;	padding-left:20px;	background-color: #000000;	color:#FFFF00;}a.sottomenu_not_selected div{	width:130px;	margin-left:20px;	height:28px;	border-radius:0px;	-moz-border-radius: 0px;  /* Firefox 3.6 e inferiori */	-webkit-border-radius: 0px;	/*border-top:1px solid black;	border-bottom:1px solid black;	border-left:1px solid #FFFF00;*/	border-top:0px solid black;	border-bottom:0px solid black;}a.menu_not_selected div span, a.sottomenu_not_selected div span{	position:relative;	border:0px;	line-height:38px;	color: #FFFF00;	text-align: left;	font-size: 18px;	font-style: italic;	/*font-weight: bold;	background-color: red;*/}a.sottomenu_not_selected div span{	line-height:28px;	font-size: 14px;}a.menu_not_selected:hover div, a.sottomenu_not_selected:hover div{	position:relative;	margin-left:0px;	width:150px;	height:38px;	border:1px solid #FFFF00;	border-radius:10px;	-moz-border-radius: 10px;  /* Firefox 3.6 e inferiori */	-webkit-border-radius: 10px;	text-align: left;	padding-left:20px;	background-color: #000000;}a.sottomenu_not_selected:hover div{	width:130px;	height:28px;	margin-left:15px;	border-radius:0px;	-moz-border-radius: 0px;  /* Firefox 3.6 e inferiori */	-webkit-border-radius: 0px;}a.menu_not_selected:hover div span, a.sottomenu_not_selected:hover div span{	position:relative;	border:0px;	line-height:38px;	color: #FFFF00;	text-align: left;	font-size: 18px;	font-style: italic;	/*font-weight: bold;	background-color: red;*/}a.sottomenu_not_selected:hover div span{	line-height:28px;	font-size: 14px;}div#principale{	min-height:650px; /* Interpretata dai browser aderenti agli standard */}div#menu_principale{	width: 664px;}div#extra{	position:relative;	top: 33px;	float:left;	width: 135px;	border:3px solid #FFFF00;	border-left:0px;	-webkit-border-top-right-radius: 20px;	-moz-border-radius-topright: 30px;	border-top-right-radius: 30px;	-webkit-border-bottom-right-radius: 20px;	-moz-border-radius-bottomright: 30px;	border-bottom-right-radius: 30px;	padding-left: 10px;}div#clearfix{	clear:both;}div#mezzo{	min-height:400px;}