.bottom {
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 10px;
	color: #AAACAE;
}
.bottom a{
	color: #AAACAE;
	text-decoration:none;
}
.bottom  a:hover{
	color: #AAACAE;
	text-decoration:underline;
}

.path{
padding-left:5px;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 11px;
	color: #373535;
}
.path a{
text-decoration:none;
color:#373535;
}
.path a:hover{
text-decoration:underline;
color:#E56100;
}
.testo{
font-family:Tahoma;
font-size:11px;
line-height:15px;
color:#373535;
}
.mini{
font-family:Arial;
font-size:9px;
color:#ACACAC;
}
.mini a{
font-family:Arial;
font-size:6px;
color:#FFFFFF;
}

.titolopagina{
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#E56100;
}
.textbox1{
	font-family:Tahoma;
	font-size:10px;
	border:1px solid #DDDEDF;
	width:200px;
}
.link{
	font-family:Tahoma;
	color:#F06500;
}
.link a{
	font-family:Tahoma;
	color:#F06500;
	text-decoration:none;
}
.link a:hover{
	font-family:Tahoma;
	color:#F06500;
	text-decoration:underline;
}
.titolo
{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	/*display: inline;*/
	float:left;
	text-align:center;
	/*width:85px;*/
	display:block;
	/*background-color:#FF9933;*/
	border:1px solid #ffffff;
	height:25px;
	line-height:80%;
	margin-right:6px;
	padding: 5px;
	
}

#menu a {
	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
}

