/* -------  Etichette sito -----------*/
.cont_tabs{
 width: 982px;
 padding: 0 0px;
 margin: 0 auto;
 position: relative;
}
#header_tabs {
  font-family:Tahoma;
  width:100%;
  background: url("/img/GDB/bg.gif") repeat-x bottom;
  font-size:12px;
  line-height:normal;
  }
#header_tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header_tabs li {
  float:right;
  background:url("/img/GDB/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header_tabs img {
 margin-right:6px;
  }
#header_tabs a {
  float:right;
  display:block;
  background:url("/img/GDB/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#888;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_tabs a {float:none;}
/* End IE5-Mac hack */
#header_tabs a:hover {
  color:#333;
  }
#header_tabs .current {
  background-image:url("/img/GDB/left_on.gif");
  }
#header_tabs .current a {
  background-image:url("/img/GDB/right_on.gif");
  color:#cc0000;
  padding-bottom:5px;
}

