@charset "utf-8";
/* CSS Document */
/*menu Principale alto*/
div#MENU2
{
	margin-left:auto;
	margin-right:auto;
	text-align: Center;
	position:absolute;
	top:105px;
	width:960px;
}
/*primo link sinistra menu principale alto*/
a.MENUSel2
{
	float:left;
	color: #ffffff;
    font-weight: Bold;
    text-decoration: None;
    width: 110px;
	display:block;
	background-image:url(./immagini/righeRosso.jpg);
	background-repeat:repeat-x;
	height:25px; line-height:25px;
}
a.MENU2
{
	float:left;
    color: #2a285e;
    font-weight: Bold;
    text-decoration: None;
    width: 110px;
	display:block;
	background:none;
	height:25px; line-height:25px;
}
a:hover.MENU2
{
    color: #ffffff;
    font-weight: Bold;
    text-decoration: None;
    width: 110px;
	background-image:url(./immagini/righeRosso.jpg);
	background-repeat:repeat-x;
	height:25px; line-height:25px;
}
.divS{
position:absolute; top:0; left:0; 
width:200px;
}
.divD{
position:absolute; top:0; right:0; 
	width:100px;
}
.divC{
margin: 0 200px 0 200px;
	
}
