


ul#navmenu-top {
  margin: 15px;
  border: 0 none;
  padding: 0;
  list-style: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  float: right;
}

ul#navmenu-top img {
	border: 0;
}

ul#navmenu-top li {
  margin: 0 0 0 15px;
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  
}
ul#navmenu-top ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
}

ul#navmenu-top ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-top ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  line-height: 24px;
  border-bottom: 1px solid #f4f4f4;
}
/* Root Menu */
ul#navmenu-top a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color:#a5a5a5;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

/* Root Menu Hover Persistence */
ul#navmenu-top a:hover,
ul#navmenu-top li:hover a,
ul#navmenu-top li.iehover a {
  color: #848484;/*blu hover*/
}

/* 2nd Menu */
ul#navmenu-top li:hover li a,
ul#navmenu-top li.iehover li a {
    float: none;
	color: #757575;
}

/* 2nd Menu Hover Persistence */

ul#navmenu-top li:hover ul,
ul#navmenu-top ul li:hover ul,
ul#navmenu-top ul ul li:hover ul,
ul#navmenu-top li.iehover ul,
ul#navmenu-top ul li.iehover ul,
ul#navmenu-top ul ul li.iehover ul {
  display: block;
  color: #757575;
}

ul#navmenu-top ul li a:hover {
	font-weight: bold;
	color: #757575;
}
.sottomenuLanguage {
width:186px;
height: 97px;
background-image:url(/_templates/immagini/background_menu_language.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index:11;
  position: absolute;
  top: 0px;
  left: -46px;
  
}