#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: 0px 0 0;
	padding: 1px 0;
	background-color: #000000;
	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 #333333;
	color: #FFFFFF;
	border-top-style: none;



}
#Menu .pagine a:hover {
	width: 100%;
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

