@charset "utf-8";
/* CSS Document */

.testo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
	}
.testo_bianco {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
body {
	font-family: Verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	color: #F3F3F3;
}
.titoli {
	font-family: Verdana;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.bordo {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.testo_indirizzo {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.bordonero {
	border: thin solid #000;
}
ul#menu {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
  
ul#menu li {
    background-color: #000000;
    border-bottom: 5px solid #000000;
    display: block;
    width: 150px;
    height: 30px;
    margin: 0px;
    float: left; /* elementi su singola riga */
}
  
ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 150px;
    height: 30px;
    text-align: center;
}

ul#menu li a:hover{
    background-color: #666666;
    border-bottom: 5px solid #666666;
    display: block;
    width: 150px;
    height: 30px;
    margin: 0px;
    float: left; /* elementi su singola riga */
}
  
ul#menu li.active, ul#menu li:hover {
    background-color: #666666;
    border-bottom: 5px solid #666666;
}