/****************************************
*								           Header
****************************************/
#header {
   padding:20px 0 10px 0;
   padding-bottom:0;
   height:90px;
}


      #header .dummy-border {
         clear:both;
         height:12px;
         width:100%;
         background:url(../images/top_nav_border.png) no-repeat 0 bottom;
      }
      
      #header .dummy-bg {
         position:relative;
         z-index:-1;
      }
          #header .dummy-bg div {
               position:absolute;
               z-index:-10;
               left:-353px;
               top:-20px;
               width:950px;
               height:456px;
               background:url(../images/backgrounds/bg_body.jpg) no-repeat 0 0;
            }
      
      
      #header #logo {
         float:left;
         width:131px;
         height:65px;
         background:url(../images/logo.png) no-repeat 0 0;
      }
            #header #logo a {
               display:block;
               width:131px;
               height:65px;
               text-indent:-9999px;
            }
   

      #head-menu {
         float:right;
         padding-top:35px;
         /*background-color:red;*/
         width:641px;
         height:43px;
      }
            #head-menu li {
               position:relative;
               float:left;
               padding-left:6px;
            }  
               #head-menu li a {
                  display:block;
                  height:33px;
                  background-image:url(../images/menu_sprite.png);
                  background-repeat:no-repeat;
               }
               #head-menu li span, #head-menu li.selected span {
                  display:block;
                  height:43px;
                  background-image:url(../images/menu_sprite.png);
                  background-repeat:no-repeat;
               }
               
               #head-menu li a.hermix-why {
                  width:139px;
                  background-position:2px 10px;
               }
                  #head-menu li a.hermix-why:hover {
                     background-position:0 -93px !important;
                  }
                  #head-menu li.active span.hermix-why  {
                     width:139px;
                     background-position:0 -34px !important;
                  }
                  
               #head-menu li a.hermix-solution {
                  width:111px;
                  background-position:-148px 10px;
               }
                  #head-menu li a.hermix-solution:hover {
                     background-position:-148px -93px;
                  }
                  #head-menu li.active span.hermix-solution {
                     width:111px;
                     background-position:-148px -34px;
                  }
                  
               #head-menu li a.hermix-support {
                  width:101px;
                  background-position:-267px 10px;
               }
                  #head-menu li a.hermix-support:hover {
                     background-position:-267px -93px;
                  }
                  #head-menu li.active span.hermix-support {
                     width:101px;
                     background-position:-267px -34px;
                  }
                  
               #head-menu li a.hermix-pricing {
                  width:93px;
                  background-position:-374px 10px;
               }
                  #head-menu li a.hermix-pricing:hover {
                     background-position:-374px -93px;
                  }
                  #head-menu li.active span.hermix-pricing {
                     width:93px;
                     background-position:-374px -34px;
                  }
                  
               #head-menu li a.hermix-tour {
                  width:76px;
                  background-position:-475px 10px;
                  
               }
                  #head-menu li a.hermix-tour:hover {
                     background-position:-475px -93px;
                  }
                  #head-menu li.active span.hermix-tour {
                     width:76px;
                     background-position:-475px -34px;
                  }
               
               #head-menu li a.hermix-login {
                  width:85px;
                  background-position:-559px 10px;
               }
                  #head-menu li a.hermix-login:hover {
                     background-position:-557px -93px;
                  }
                  #head-menu li.active span.hermix-login {
                     width:85px;
                     background-position:-557px -34px;
                  }