#notebook
  {
  clear: both;
  position: relative;
  height: 3em;
  }

#notebook ul
  {
  position: absolute;
  bottom: -1px;
  padding-left: 1.0em;
  width: 60em; 
  }

#notebook ul li
  {
  display: inline;
  list-style: none;
  font-weight: bold;
  }

#notebook ul a, #notebook ul span
  {
  display: block;
  float: left;
  min-width: 7em;
  padding: 4px 4px;
  margin: 1px 0.4em 0 0;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #069;
  border-bottom: none;
  }

#notebook ul span
  {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 6px;
  }

#notebook ul a
  {
  color: #fff;
  background-color: #9cf;
  }

#notebook ul a:hover
  {
  background-color: #069;
  border-color: #fff;
  margin-top: 0;
  padding-bottom: 5px;
  }

div.contents
  {
  clear: both;
  border-top: 1px solid #069;
  min-width: 60em;
  }
