/* Root = Horizontal, Secondary = Vertical */
ul#hnavmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 39px;
  margin: 0 ; /* Center Menu */
}

ul#hnavmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
  text-align:center;
  z-index: 1;
  font-family:Arial, Helvetica, sans-serif;
}

ul#hnavmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px;
  list-style: none;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
}

ul#hnavmenu ul:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#hnavmenu ul li {
  width: 150px;
  float: left;
  display: block !important;
  display: inline;
  text-align: left;
}

/* Root Menu */
ul#hnavmenu1 a {
  border: 0px solid #8ba6ca; /* Frame */
  padding: 0 15px;
  float: none !important;
  float: left;
  display: block;
  color: #FFF;
  font: 1.0em/39px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%;
}
/* HOME BUTTON */
ul#hnavmenu #home a {
  display: block;
  width: 105px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_home.gif") no-repeat 0 0;
}
ul#hnavmenu #home span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #home a:hover,
ul#hnavmenu #home li:hover a,
ul#hnavmenu #home li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}
/* LEARN MORE BUTTON */
ul#hnavmenu #learnmore a {
  display: block;
  width: 124px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_learnmore.gif") no-repeat 0 0;
}
ul#hnavmenu #learnmore span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #learnmore a:hover,
ul#hnavmenu #learnmore li:hover a,
ul#hnavmenu #learnmore li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}
/* PRODUCTS BUTTON */
ul#hnavmenu #products a {
  display: block;
  width: 124px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_products.gif") no-repeat 0 0;
}
ul#hnavmenu #products span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #products a:hover,
ul#hnavmenu #products li:hover a,
ul#hnavmenu #products li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}

/* REQUEST INFORMATION BUTTON */
ul#hnavmenu #requestinformation a {
  display: block;
  width: 176px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_requestinformation.gif") no-repeat 0 0;
}
ul#hnavmenu #requestinformation span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #requestinformation a:hover,
ul#hnavmenu #requestinformation li:hover a,
ul#hnavmenu #requestinformation li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}

/* CONTACT US BUTTON */
ul#hnavmenu #contactus a {
  display: block;
  width: 124px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_contactus.gif") no-repeat 0 0;
}
ul#hnavmenu #contactus span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #contactus a:hover,
ul#hnavmenu #contactus li:hover a,
ul#hnavmenu #contactus li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}

/* EMAIL A FRIEND BUTTON */
ul#hnavmenu #emailafriend a {
  display: block;
  width: 167px;
  height: 38px;
  background: url("http://www.mycleanairstore.com/skin1/images/nav_emailafriend.gif") no-repeat 0 0;
}
ul#hnavmenu #emailafriend span {
  display: none;
}
/* Root Menu Hover */
ul#hnavmenu #emailafriend a:hover,
ul#hnavmenu #emailafriend li:hover a,
ul#hnavmenu #emailafriend li.iehover a {
  color: #000000;
  background-position: 0 -38px;
}

/* 2nd Menu - LEARN MORE*/
ul#hnavmenu #learnmore ul li a,
ul#hnavmenu #learnmore ul li a {
  float: none;
  background: #b7cae4;
  color: #000000;
  padding: 10px 5px 10px 5px;
  vertical-align: middle;
  height: auto;
}

/* 2nd Menu Hover */
ul#hnavmenu #learnmore ul li a:hover,
ul#hnavmenu #learnmore ul li:hover a,
ul#hnavmenu #learnmore li.iehover  ul li a:hover,
ul#hnavmenu #learnmore li.iehover  ul li.iehover a {
  background: #ebf0f7;
  color: #000000;
  padding: 10px 5px 10px 5px;
}

/* 2nd Menu - PRODUCTS */
ul#hnavmenu #products ul li a,
ul#hnavmenu #products ul li a {
  float: none;
  background: #b7cae4;
  color: #000000;
  padding: 10px 5px 10px 5px;
  vertical-align: middle;
  height: auto;
}

/* 2nd Menu Hover */
ul#hnavmenu #products ul li a:hover,
ul#hnavmenu #products ul li:hover a,
ul#hnavmenu #products li.iehover  ul li a:hover,
ul#hnavmenu #products li.iehover  ul li.iehover a {
  background: #ebf0f7;
  color: #000000;
  padding: 10px 5px 10px 5px;
}

/* 3rd Menu */
ul#hnavmenu li:hover li:hover li a,
ul#hnavmenu li.iehover li.iehover li a {
  background: #5C80B7;
  color: #FFF;
}

/* 3rd Menu Hover */
ul#hnavmenu li:hover li:hover li a:hover,
ul#hnavmenu li:hover li:hover li:hover a,
ul#hnavmenu li.iehover li.iehover li a:hover,
ul#hnavmenu li.iehover li.iehover li.iehover a {
  background: #3F5D8A;
  color: #FFF;
}

/* 4th Menu */
ul#hnavmenu li:hover li:hover li:hover li a,
ul#hnavmenu li.iehover li.iehover li.iehover li a {
  background: #5C80B7;
  color: #FFF;
}

/* 4th Menu Hover */
ul#hnavmenu li:hover li:hover li:hover li a:hover,
ul#hnavmenu li.iehover li.iehover li.iehover li a:hover {
  background: #3F5D8A;
  color: #FFF;
}

ul#hnavmenu ul ul,
ul#hnavmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
}

ul#hnavmenu li:hover ul ul,
ul#hnavmenu li:hover ul ul ul,
ul#hnavmenu li.iehover ul ul,
ul#hnavmenu li.iehover ul ul ul {
  display: none;
}

ul#hnavmenu li:hover ul,
ul#hnavmenu ul li:hover ul,
ul#hnavmenu ul ul li:hover ul,
ul#hnavmenu li.iehover ul,
ul#hnavmenu ul li.iehover ul,
ul#hnavmenu ul ul li.iehover ul {
  display: block;
}
