#toolbar {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #646d78;
  padding: 8px 0 6px;
  font-family: Verdana, "Lucida Grande", "Lucida Sans Regular", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #29323b;
  background-color: #687d94;
}
#toolbar li {
  float: left;
}

#toolbar #buttons a {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  border: 1px solid #646d78;
  padding: 4px 12px 6px 30px;
  text-decoration: none;
  color: #fff;
  background: #7f8c9a no-repeat 6px 3px;
}
#toolbar #buttons a:hover {
  background-color: #646d78;
}
#toolbar #buttons a#all_pages {
  background-image: url(/images/icons/back.png);
}
#toolbar #buttons a#edit {
  background-image: url(/images/icons/edit.png);
}

#toolbar #links {
  float: right;
  color: #fff;
}
#toolbar #links li {
  padding: 4px 12px 2px 0;
}
#toolbar #links a {
  color: #fff;
}
#toolbar #links a:hover {
  text-decoration: underline;
}