.HasChild
  {
  background: url(../img_css/arrows.gif) right no-repeat;
  }
.MenuBar
  {
	color: #ffffff;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 20px;
	clear: both;
	width: 520px;
   background-image: url(../img_css/base_menu_blu.jpg);
	background-repeat: no-repeat;
		text-align: center;
  }
.MenuBar a
  {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }
.MenuHorizontal
  {
	margin: 0;
	list-style: none;
	line-height: 20px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
   padding-left: 15px;
  }
.MenuHorizontal li
  {
	cursor: pointer;
	float: left;
	position: relative;
	text-align: left;
   padding-right: 4px;
  }
.MenuVertical
  {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
  }
.MenuVertical li
  {
	cursor: pointer;
	float: none;
	min-height: 17px;
	line-height: 14px;
	padding: 0 0 0 6px;
	margin: 0;
  }
.MenuVertical li a
  {
	display: block;

	text-align: left;
  }
.Level1
  {
  position: relative;
  }
.Level2
  {
	position: absolute;
	top: 20px;
	left: -4px;
	display: none;
   background-image: url(../img_css/box_blu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid white;
  }
  .Level2 li.last_item
 {
   background-image: url(../img_css/box_blu.gif);
	background-position: left bottom;
	}

/*.Level2 li.over*/ .Level2 li a:hover
  {
	color: #9EAB05; /*-------- qui per cambiare il colore font del submenu -----------*/
}
.Level3
  {
  position: absolute;
  top: 0px;
  left: 200px;
  display: none;
  border: 1px solid white;
  }
.Level4
  {
  position: absolute;
  top: 0px;
  left: 200px;
  display: none;
  }
.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  {
	display: block;
  }
.Level2 li:hover ul.Level3,
.Level2 li.over ul.Level3
  {
	display: block;
  }
.Level3 li:hover ul.Level4,
.Level3 li.over ul.Level4
  {
  display: block;
  }
* html .MenuVertical li
   {
   height: 17px;
   }
* html .MenuVertical li a
   {
   display: inline;
   }
.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url(ieMenu.htc) ;
  }
#linetta {
}
