table 		{
		font-family: Verdana;
		font-size: 11px;
		color: #4B6181;
		}

a {
	text-decoration: underline;
	color: #F0773E;
}
a:hover {
	text-decoration: none;
	color: #F0773E;
}

.percorso {
	font-size: 10px;
}
.percorso a{
	color: #4B6181;
	text-decoration: underline;
}
.percorso a:hover {
	text-decoration: none;
	color: #4B6181;
}

.titolo {
	font-size: 15px;
	color: #F0773E;
	font-weight: bold;
}

div.menu {
			width:150px;
			border:0px;
			margin:0px 5px 3px 5px;
			background-color:#FFFFFF;
			text-align: left;
			min-height: 18px;
	}

div.menu:hover {
	background: #FEF5E3;
}

div.menu a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #F0773E;
	display: block !important;
	line-height: 1.2 !important;
	line-height: normal;
	width: 100%;
	padding: 3px 5px 3px 5px;
}	

div.menu a:hover {
	color: #4B6181;
	background: none !important;
	background: #FEF5E3;
}

div.sottomenu {
			width:135px;
			border:0px;
			margin:0px 5px 3px 20px;
			background-color:#FFFFFF;
			text-align: right;
			min-height: 15px;
	}

div.sottomenu:hover {
	background: #FEF5E3;
}
	
div.sottomenu a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #F8B753;
	display: block !important;
	line-height: 1.2 !important;
	line-height: normal;
	width: 100%;
	margin-left: -5px !important; 
	margin: 0px;
	padding: 1px 0px 1px 0px !important;
	padding: 1px 5px 1px 5px;
}	

div.sottomenu a:hover {
	color: #4B6181;
	background: none !important;
	background: #FEF5E3;
}

table.box {
	border: 1px solid #F0773E;
	padding: 5px;
	background: #FEF5E3;
	margin: 0px;
}