#machertopbar {
  position: fixed;
  left: 0;
  top: 0;
  height: 24px;
  width: 100%;
  background-color: #eeefe6;
  box-shadow: 0 4px 6px #EEEFE6;
  /* border-bottom: 1px solid #000000; */
  z-index: 2500;
}

body {
  margin-top: 24px;
}

#machertopbar ul li {
  float: left;
  margin-right: 10px;
  list-style: none outside none;
  background: 0;
  padding: 0;
  padding-left: 15px;
}

#machertopbar ul {
    margin: 0 auto;
    width: 1000px;
}

#machertopbar li a {
  text-decoration: none;
  color: #000000;
}

#machertopbar li a:hover {
  text-decoration: underline;
  color: #000000;
}