#MenuVersi .pagineVersi {
	margin: 0 0 0 8px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#MenuVersi .titVersi {
	width: 100%;
	display: block;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A60021;
	border-bottom-color: #FF597A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-size: 12px;

}
#MenuVersi .pagineVersi a {
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #FFE26F;
	color: #000000;
}
#MenuVersi .pagineVersi a:hover {
	width: 100%;
	display: block;
	background-color: #FFEDA4;
	color: #000000;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBF5E3;
	border-bottom-color: #FFD83C;
	border-top-width: 1px;
	border-bottom-width: 1px;


}

