#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: #B56D1E;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Menu .pagine a {
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #4E5139;
	color: #CCCCCC;
}
#Menu .pagine a:hover {
	width: 100%;
	display: block;
	background-color: #686D4E;
	color: #CCCCCC;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #494D37;
	border-bottom-color: #A0A682;
}