 /* The navigation bar */
.navabar {
  overflow: hidden;
  background-color: #ffffff;
  color: #ffffff;
  background-image: url(../images/SFBAY_darklogo.jpg);
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navabar a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navabar a:hover {
  background: #ddd;
  color: #ff0000;
}
