/*#menu ul {
width:100%; 
height:100%;
margin:0;
padding:0;
list-style-type: none;
border:0;
} */
ul#menu {
  list-style: none;
  margin:0;
  padding:0;
  text-align:center;
float:right;
}
#menu li {display:inline;color:#1946a0;}
 
#menu li a {
  color:#1946a0;
  display:inline-block;
  padding-top:65px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px; 
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight: bold;
  height: 40px;
  line-height: 14px;
  text-decoration: none;
  text-transform:uppercase;
  width: 100px;
}
 
#menu li a:hover {
  background-color: #1946a0;color: white;
}
/*#menu ul li{
display:inline;
float:left;
border:0;
color:#1946a0;
} 


#menu ul li a{
display:block;padding-top:80px;
padding-left: 10px;
padding-right: 10px;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight: bold;
font-size:12px;
text-decoration:none;
text-transform:uppercase;
color:#1946a0;
line-height:20px;
}
*/
#menu a:hover{
background-color:#1946a0;/*1946a0 normale - 1f57c8 chiaro - 5990ff chiarissimo*/
color: white;
background: #d0d8ef; /* Old browsers */
background: -moz-linear-gradient(top, #d0d8ef 0%, #1946a0 9%, #1f57c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d0d8ef 0%,#1946a0 9%,#1f57c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d0d8ef 0%,#1946a0 9%,#1f57c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d8ef', endColorstr='#1f57c8',GradientType=0 ); /* IE6-9 */

box-shadow: 0 0 5px #595959;
-moz-box-shadow: 0 0 5px #595959; /* moz syntax for CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
border-bottom:2px solid #373535;
}
#menu a#activelink {
background-color:#1946a0;/*1946a0 normale - 1f57c8 chiaro - 5990ff chiarissimo*/
color: white;
background: #d0d8ef; /* Old browsers */
background: -moz-linear-gradient(top, #d0d8ef 0%, #1946a0 9%, #1f57c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d0d8ef 0%,#1946a0 9%,#1f57c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d0d8ef 0%,#1946a0 9%,#1f57c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d8ef', endColorstr='#1f57c8',GradientType=0 ); /* IE6-9 */

-moz-box-shadow: 0 0 5px #595959; /* moz syntax for CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
border-bottom:2px solid #373535;
}
