#nav {
  position: absolute;
  top:0;
  left:0;
  margin-top: 0;
  margin-left: 0;
  width:190px;
  text-align:left;
  z-index:2;
}

#nav .img {
  padding-left:23px;
}

#nav #search {
}

#nav #search form {
  padding:0;
  margin:0;
  width:100%;
}

#nav #search form ul {
  margin:6px 0 6px 1px;
  padding:0 0 0 28px;
}

#nav #search input {
  border:1px solid #E07C33;
  width:120px;
  height:14px;
  font-size:9px;
  padding:0 2px 0 2px;
  margin:0;
}

#nav #search a#puls_cerca {
  background: transparent url('../imgs/pulsanti/btn_rosso.gif') 0 0 no-repeat;  
  width: 28px;
  height: 16px;
  display: block;
  float:right;
  position:relative;
  top:-16px;
  right:4px;
  margin:0;
  padding:0;
}

#nav #search a#puls_cerca span.nascosto {
  display: none;  
}


#nav #search img {
  vertical-align:bottom;
  padding:0;
  margin:0;
}

#nav #search #advanced {
  text-align:left;
}

#nav #img_forum {
  background: transparent url('../imgs/template/forum_tab.gif') 0 0 no-repeat;
  width: 175px;
  height: 25px;
  margin-left:23px;
}

#nav #img_ricerca {
  background: transparent url('../imgs/template/ricerca_sito_tab.gif') 0 0 no-repeat;
  width: 175px;
  height: 25px;
  margin-left:23px;
}

#nav #img_presentazione {
  background: transparent url('../imgs/template/il_cittadino_tab.gif') 0 0 no-repeat;
}

#nav #img_sistema_locale {
  background: transparent url('../imgs/template/sds_per_tab.gif') 0 0 no-repeat;
}

#nav #img_documenti {
  background: transparent url('../imgs/template/documenti_tab.gif') 0 0 no-repeat;
}

#nav #img_informazioni {
  background: transparent url('../imgs/template/news_tab.gif') 0 0 no-repeat;
}

#nav #img_presentazione,
#nav #img_sistema_locale,
#nav #img_documenti,
#nav #img_informazioni {
  background-repeat: no-repeat;
  width: 175px;
  height: 26px;
  margin-left:23px;
}

#nav ul {
  margin:6px 0 6px 1px;
  padding:0 0 0 28px;
}

#nav ul li {
  width:100%;
  padding-left: 4px;
  border-bottom: 1px dotted #ebb513;
  list-style-image: url('../imgs/icons/freccina.gif');
}

#nav ul li.hilite {
  background-color:#FDB859;
  cursor: pointer;
  border-bottom: 1px solid white;
  list-style-image: url('../imgs/icons/freccina_hilite.gif');
}

#nav ul li a {
  color: black;
  text-decoration: none;
}