#leftnav {
  border: 1px solid blue;
  display: inline-block;
  vertical-align: top;
  width: 124px;
}

#navheader {
  color: white;
  background-color: blue;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.navitem {
  font-size: 14px;
  margin: 3px 0 5px 8px;
}
