#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header ul {
  margin: 0px 0px 0px 0px;
  padding: 16px 0px 0px;
}

#header ul li {
  display: inline;
  float: left;
  text-align: left;
  height: 65px;
  overflow: hidden;
}

#header ul li a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
  font-weight: normal;
}

#header ul li a:hover {
  color: #00B482;
}

#header #header_home {
  width: 603px;
  cursor: pointer;
}

#header #header_back {
  width: 50px;
  margin-left: 5px;
}

#header #header_print {
  width: 95px;
}

#header #header_contact {
  width: 101px;
}