html, body {
	 height: 100%;
	 margin: 0; 
	 padding: 0;
	 width: 100%; 
	 }
html {
	font-size: 100.01%;
	}
body {
	 color: #333333;
	 font: 71%/150% Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
	 text-align: left;
	 }
img { 
	border:0; 
	}


/* --------------------------------------------------- main navigation  --- */
#mainNavigation {
	float: left; background: url("../../../../images/img/bg_mainnav.gif") repeat-x left top; 
	margin: 0px; 
	padding: 0px; 
	width: 100%;	
	}
	
.navigation {
	margin: 0; 
	padding: 0; 
	background: #FFE3AA;  /* added this to get the full bar going across */
	border-bottom:1px solid #0047BA; /* #CC6600;*/  /* added this to get the solid line under the full bar going across */
	}
/* .ie6a{
font-family: Arial;
font-size: 12px;
font-weight: bold;
 text-decoration:none;
 margin:10px;

}
.ie6a:hover {
font-family: Arial;
font-size: 12px;
font-weight: bold;
  color:#ffffff; 
 text-decoration:none;
   background-color:#0047BA;
    margin:10px;
} */

/* .dotline { */

  /* border-left:1px dotted #0047BA;  */ /* #CC6600; */    /* was #FFDC80 and solid */

  
  /* } */
  
  #sgnavl {
background-color: #FFE3AA;
position: absolute;
height:200px;
width:250px;
left:262px;
top:158px;
margin:0px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML - was 650 px;*/
  list-style: none;
  height: 24px;
  z-index:1000;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index:1000;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index:1000;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 172px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height:  auto !important;  /*aggiunto per gestire la corretta visualizzazione in Firefox del link lungo Pharmaceutical... */
  z-index:1000;
}

/* Root Menu */
ul#navmenu-h a {
  /* border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC; */
  border-left:1px dotted #0047BA;  /* #CC6600; */    /* was #FFDC80 and solid */
  border-right: 1px dotted #0047BA;  /* was CC6600 */
  border-bottom:1px dotted #0047BA;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color: #FBDB9A;    /* was commented out with background: #EEE */
  color: #0047BA;               /* was #333; - changed by Fran */
  font: bold 12px/24px Arial, Verdana, Helvetica, sans-serif;  /* was -  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif; */
  text-decoration: none;
  word-wrap: break-word;
  height: auto !important;
  height: 1%; /*For IE*/
  background: #FFE3AA;   /* background of menubar-behind - added by Fran */
  width: 91%;             /* added by Fran - make menu bar full across */
}

/* Root Menu Hover Persistence */
ul#navmenu-h ul a {
  border: 1px solid #FBDB9A;
  border-right-color: #BB8A44;
  border-bottom-color: #BB8A44;
  z-index:1000;
  line-height:1.3em;
  padding:6px;
}

ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #0047BA;      /* was E1AC64 */
  color: #ffffff;           /* was #FFF */
  z-index:1000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #FBDB9A; /* #EEE; */ /* was E1AC64 */
  color: #333333;
  font-size:11px;
  font-weight: bold;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #0047BA;  /* was D1A05C */
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #FBDB9A; /* was E1AC64 */
  color: #333333;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #0047BA; /* was D1A05C */
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #E1AC64;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #D1A05C;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 170px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

