#globalnavi {
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 45px;
background-image: url(../images/menu.gif);

}

#globalnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li {
  text-indent: -9999px;
  float:left;
  width: 166.6px;
  margin: 0;
  padding: 0;}

#globalnavi a{
  display: block;
  width: 100%;
  height: 45px;
  background-image: url(../images/menu.gif);
  background-repeat: no-repeat;
}


#home a { background-position: 0 0; }
#profile a { background-position: -167px 0; }
#techinfo a { background-position: -334px 0; }
#products a { background-position: -501px -45px; }
#recruit a { background-position: -668px 0; }
#contact a { background-position: -835px 0; }


#globalnavi a:hover {
  background-image: url(../images/menu.gif);
  background-repeat: no-repeat;
}

#home a:hover { background-position: 0 -45px; }
#profile a:hover { background-position: -167px -45px; }
#techinfo a:hover{ background-position: -334px -45px; }
#products a:hover{ background-position: -501px -45px; }
#recruit a:hover{ background-position: -668px -45px; }
#contact a:hover{ background-position: -835px -45px; }