/* Menu orizzontali */
#header {
  width:100%;
  float:left;
  background:#dae0d2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}


#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

#header li {
  float:left;
  background:url("left_gray.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;

}
#header li.current {
	float: left;
	background: url("left_white.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 0px;
}


#header a {
  float:left;
  display:block;
  width:.1em;
  background:url("right_gray.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
#header a.current {
  background:url("right_white.gif") no-repeat right top;
}
#header > ul a {
  width:auto;
}
#subheader a.current {
	font-style: italic;
	border-left: 1px dotted #765;
	border-right: 1px dotted #765;
	background:  #ceec68  no-repeat right top;
}

#subheader {
	height: 1em;
	line-height: 200%;
}

#header a {
  float:none;
}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
}

.collegamento .collegamento a{
  background-position:100% -150px;
  border-width:0;
  padding-bottom:5px;
  color:#333;
}



#header a:hover{
/* background:url("right_white.gif") no-repeat right top;*/
}

/* Sottomenu */

#subheader ul {
  list-style:none;
  width:100%;
  font-size:93%;
  /* line-height:normal; */
}

#subheader li {
  float:left;
  /* margin:0; */
  padding:0 0 0 9px;
}

#subheader a {
  float:left;
  width:.1em;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

#subheader p {
  height: 1em;
}

#subheader > ul a {
  width:auto;
}

#subheader a {
  float:none;
}
/* End IE5-Mac hack */
#subheader a:hover {
  color:#333;
}

#subheader a {
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

#subheader li:hover, #header li:hover a {
  color:#333;
}
.accesskey {
  font-weight:bolder;
  font-style: normal;
  text-decoration: underline;
 /* color:#003;*/
}
#column a {
	display: block;
	text-decoration: none;
	color: #765;
	line-height: 150%;
	}


#column a:hover {
	background-color: #dae0d2;
	text-decoration: none;
	color:#333;
	font-weight:bold;
}

#column a:hover {
	background-color: #dae0d2;
	text-decoration: none;
	color:#333;
	font-weight:bold;
}

.sottomenu {
	text-align: right;
	font-size: 80%;
	font-style: italic;
	
}
.sottomenusx {
	text-align: left;
	font-size: 90%;
	font-style: italic;
	
}
.titolo_sottomenu {
	display: block;
	text-align: center;
	border-bottom: 1px solid Black;
	border-top-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top:3px;
	padding-bottom: 3px;
	background-color: #DCDCDC;
}
.titolo_sottomenu_giallo {
	display: block;
	text-align: center;
	border-bottom: 1px solid Black;
	border-top-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top:3px;
	padding-bottom: 3px;
	background-color: #ff9;
}

