/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0 0 2px;
  width: 840px; /*For KHTML*/
  list-style: none;
  height: 30px;
  z-index: 8;
}
* html ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 840px; /*For KHTML*/
  list-style: none;
  height: 32px;
  z-index: 8;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 28px;
  line-height: 28px;
  z-index: 8;
}

* html ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 32px;
  line-height: 30px;
  z-index: 8;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 400px;
  list-style: none;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 8;
}

* html ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 400px;
  list-style: none;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 8;
}

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: 400px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 9;
}
* html ul#navmenu-h ul li {
  width: 400px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 9;
  height: 30px;
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #4a628c;
  border-right-color: #1c3257;
  border-bottom-color: #1c3257;
  padding: 0 30px 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #234173 url('../immagini/icone/arrow-down.jpg') no-repeat 90% 12px;
  color: #fff;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 28px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

* html ul#navmenu-h a {
  border: 1px solid #4a628c;
  border-right-color: #1c3257;
  border-bottom-color: #1c3257;
  padding: 0 30px 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #234173 url('../immagini/icone/arrow-down.jpg') no-repeat 90% 12px;
  color: #fff;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 30px;
  text-decoration: none;
  height: 30px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #234173 url('../immagini/icone/arrow-down.jpg') no-repeat 90% 12px;
  color: #fff;
  border-bottom-color: #1c3257;
}



/* Root Menu - No scroll */
ul#navmenu-h a.no-scroll {
  border: 1px solid #4a628c;
  border-right-color: #1c3257;
  border-bottom-color: #1c3257;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #234173;
  color: #fff;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 28px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

* html ul#navmenu-h a.no-scroll {
  border: 1px solid #4a628c;
  border-right-color: #1c3257;
  border-bottom-color: #1c3257;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #234173;
  color: #fff;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 30px;
  text-decoration: none;
  height: 30px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a.no-scroll:hover,
ul#navmenu-h li:hover a.no-scroll,
ul#navmenu-h li.iehover a.no-scroll {
  background: #A1B9DF;
  color: #234173;
}


/* Root Menu - No scroll selected */
ul#navmenu-h a.no-scroll-selected {
  border: 1px solid #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #fff;
  color: #234173;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 28px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

* html ul#navmenu-h a.no-scroll-selected {
  border: 1px solid #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #fff;
  color: #234173;
  font-weight: bold;
  font-size: 12px/24px;
  line-height: 30px;
  text-decoration: none;
  height: 30px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a.no-scroll-selected:hover,
ul#navmenu-h li:hover a.no-scroll-selected,
ul#navmenu-h li.iehover a.no-scroll-selected {
  background: #fff;
  color: #234173;
  border-bottom-color: #fff;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #234173;
  color: #fff;
  z-index: 8;
}

* html ul#navmenu-h li:hover li a,
		ul#navmenu-h li.iehover li a {
  float: none;
  background: #234173;
  color: #fff;
  line-height: 30px;
  z-index: 8;
}

/* 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: #A1B9DF;
  color: #1c3257;
  border-bottom-color: #1c3257;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #234173;
  color: #fff;
  border-bottom-color: #1c3257;
  z-index: 9;
}

/* 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: #A1B9DF;
  color: #333;
}

/* 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: #234173;
  color: #fff;
}

/* 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: #A1B9DF;
  color: #333;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 400px;
}

/* 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;
}

ul#navmenu-h ul a {
  margin-top: 1px;
}

ul#navmenu-h ul a:hover {
  border-top: 1px solid #A1B9DF;
  border-bottom: 1px solid #A1B9DF;
}

ul#navmenu-h ul li {
  margin-top: 1px;
  border-bottom: 1px solid #333;
}

* html ul#navmenu-h ul a {
  margin-top: 0;
}
* html ul#navmenu-h ul li {
  margin-top: 0;
  border-bottom: 1px solid #333;
}
