
.menuO{
	margin-left: 4px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	list-style:none;
	height:2em;
	text-align: center;	
}
.menuO li{
float:left;
margin:0px 1px;
}
.menuO a{
	width:106px;
	float:left;
	height:2em;
	line-height:2em;
	padding:0 0.7em;
	text-decoration:none;
	background:#DBBAC0;
	color:#7F666E;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
}


.menuO a:hover,
.menuO a:focus,
.menuO a:active{
	background-image: url(../img/over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color:#FFF;
}
.menuO .voceCorrente a:link,
.menuO .voceCorrente a:visited,
.menuO .voceCorrente a:hover,
.menuO .voceCorrente a:focus,
.menuO .voceCorrente a:active{
	background-image: url(../img/corrente.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;

}
#menuP{
	clear:left;
	width:902px;
}
