/* Menu Navigazione */

#outer{
  width:897px;
  height:47px;
  background: transparent url(../images/menu_background.gif) no-repeat;
  text-align:left;
  padding:0;
  
  margin-top: -47px; margin-left: 1px; margin-bottom: 10px;
}
.navwrap ul{
  list-style:none;
  margin:0;
  padding:0;
}
.navwrap li{
  float:left;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  /*font-family:Georgia, "Times New Roman", Times, serif;*/
  font-weight:bolder;
  font-size:16px;
  margin-top: 0px;
}
.navwrap li.attivo {
  
  background: transparent url(../images/sel_bg.jpg) no-repeat scroll -8px -4px;
  background-repeat: no-repeat;
  height: 75px;
  background-position: top;
}
.navwrap li a{
  color:#075e68;
  float:left;
  font-size:16px;
  margin-left:5px;
  margin-right:9px;
  padding-top:8px;
  text-decoration:none;
  text-align: center;
  line-height: 18px;
}

.navwrap li a:hover{
  color:#FFFFFF;
}
.clearer{
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  clear:both;
}
.navwrap{
  float:left;
  position:relative;
  left:50%;
}
.navwrap ul{
  position:relative;
  left:-50%;
}
.barra {/* Barra Di Separazione */
  background-image: url(../images/separatore.gif);
  background-repeat: no-repeat;
  height: 47px;
  background-position: bottom;
  width: 2px;
}
.sottomenu {
  color: #ffffff;
  font-family: "Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  top: -2px;
}
/* Menu Navigazione */

/* Sub Menu*/
#submenu {
  position: absolute;
  top: 45px;
  left:0px;
  width: 830px;
  background-color: #E4ECBB;
  color: #000000;
  z-index: 10;
  font-size: 11px;
}
#submenu ul {
  left: 0;
}
#submenu a {
  color: #000000;
  font-size: 11px;
  padding: 0px;
}
