#Menu .pagine {
	margin: 0 0 0 8px;
	font-family: arial, verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;

}
#Menu .tit {
	width: 100%;
	margin: 7px 0 0 0;
	padding: 1px 0 1px 0;
	background-color: #619AA1;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Menu .pagine a {
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #619AA1;
	color: #0A626D;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #8ADCE6;



}
#Menu .pagine a:hover {
	width: 100%;
	display: block;
	background-color: #7BC6CF;
	color: #0A626D;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #619AA1;
	border-bottom-color: #8ADCE6;

}
