#menu {	border/*-bottom*/: 4px dashed #999 ; margin-bottom: 19px; padding: 5px;  text-align: center;  background: #000; }
#menu:after {
  content: "The above menu was not included in the original design!";
  color: #C9F;
  font-size: 1.2em;
  display: block;
  text-align: center; 
   }
#menu a {font: bold 1em Arial, Helvetica, sans-serif; margin: 5px; padding: 5px; color: #FFF; border: 1px solid; line-height: 3em; white-space: nowrap; text-decoration: none;  }
#menu a:hover {text-decoration: none; background: #FFF; color: #00F;}
/* The above to add a global menu where there was none.*/