#page_header {
  width: inherit;
  height: 188px;
}
#page_header ul {
  position: relative;
  padding: 0px;
  top: 0px;
  left: 12px;
  list-style-type: none;
}
#page_header li {
  display: table-cell;
  font-family: tahoma;
  width: 95px;
  height: 42px;
  background-image: url( '../image/layout/button.gif');
  background-repeat: no-repeat;
  font-size: 12px;
  
  
  padding-right: 11px;
  text-align: center;
}
#page_header li a {
  color: #414031;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  top: 2px;

}
#page_header li a:hover {

  font-weight: bold;
}
#page_header .single_line_nav {

  position: relative;
  top: 9px;

}

