/* ---------------------------------------- inizio Menu Sidebar */
menuSidebar {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #AD0819;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 4px;
	vertical-align: middle;
	background: #F4F4F4;
	/* padding: 4px 4px 4px 12px; */
	padding: 2px 4px 2px 8px;
}
#menuSidebar a:link, #menuSidebar a:visited {
	height: 24px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #AD0819;
	line-height: 18px;
	text-decoration: none;
	vertical-align: middle;
	background: #F4F4F4;
	/* padding: 4px 4px 4px 12px; */
	padding: 2px 4px 2px 8px;
}
#menuSidebar a:active {
	height: 24px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #AD0819;
	line-height: 18px;
	text-decoration: none;
	vertical-align: middle;
	background: #F4F4F4;
	/* padding: 4px 4px 4px 12px; */
	padding: 2px 4px 2px 8px;
}
#menuSidebar a:hover {
	height: 24px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	background: #F4F4F4;
	border: thin solid #AD0819;
	vertical-align: middle; /* padding: 2px 2px 2px 10px; */
	padding: 0px 2px 0px 8px;
}
/* ---------------------------------------- fine Menu Sidebar */

/* ---------------------------------------- inizio Menu Toolbar */
#nav a {
  font-weight: bold;
  color: #AD0819;
  text-decoration: none;
}
#nav li li a {
  display: block;
  font-weight: normal;
  color: #AD0819;
  padding: 0.2em 10px;
}
#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  float: left;
  text-align: center;
  cursor: default;
  background-color: white;
  border: 1px solid #7d6340;
  border-width: 1px 0;
  width: 128;
  position: relative;
/*   --------------------------------------Questi danno problemi al sistema di Star Rating
  width: 128;
  position: relative;
*/
}

li#first {
  	/* border-left-width: 1em; */
}
li#last {
  	/* border-right-width: 1em; */
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
  display: block;
}
/* ---------------------------------------- fine Menu Toolbar */

/* ---------------------------------------- inizio Star Rating */
	/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 80px;   /* numerostelle x 20 */
		height: 20px;
		position: relative;
		background: url(images/star_rating.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(images/star_rating.gif) left bottom;
		z-index: 1;
		left: 0px;
		border:none;
	}
	.star-rating a.1stars{
		left: 0px;
	}
	.star-rating a.1stars:hover{
		width:20px;
	}
	.star-rating a.2stars{
		left:20px;
	}
	.star-rating a.2stars:hover{
		width: 40px;
	}
	.star-rating a.3stars{
		left: 40px;
	}
	.star-rating a.3stars:hover{
		width: 60px;
	}
	.star-rating a.4stars{
		left: 60px;
	}
	.star-rating a.4stars:hover{
		width: 80px;
	}
/*
	.star-rating a.5stars{
		left: 80px;
	}
	.star-rating a.5stars:hover{
		width: 100px;
	}
  .star-rating a.6stars{
  	left: 100px;
  }
  .star-rating a.6stars:hover{
  	width: 120px;
  }
  .star-rating a.7stars{
  	left: 120px;
  }
  .star-rating a.7stars:hover{
  	width: 140px;
  }
  .star-rating a.8stars{
  	left: 140px;
  }
  .star-rating a.8stars:hover{
  	width: 160px;
  }
*/
/* ---------------------------------------- fine Star Rating */

