body {
	background-color: #e1e1e1;
	margin:0; padding:0
}
.bordoTopBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AAAFB9;
	border-right-color: #AAAFB9;
	border-bottom-color: #AAAFB9;
	border-left-color: #AAAFB9;
}
.bordoRight {
	border: 1px solid #E1E1E1;

}

.menu {
	color:#4D6D77;
	border:solid 1px #ccc;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

.menu a {
	color:#4D6D77;
	text-decoration: none;
	display:block;
	padding: 1px 6px;
	white-space:nowrap
}

.menu a:hover {
	color:#CC0000;
	background-color: #E6EDEE;
}

.menuAttivo {
	color:#cc0000;
	text-decoration: none;
	padding: 1px 6px;
	background-color: #eeeeee;
	border:solid 1px #ccc;
	font-family: verdana, sans-serif;
	font-size: 12px;
}