*{
  /* These values are used here specifically to keep the menu in the proper spot on the display and are not required to create the menu.*/
  padding:0;
  margin:0;
  
}

#nav ul{
  list-style:none;
  font-family:verdana,sans-serif;
  font-weight:bold;
  text-align:left;
  width:350px;
}

#nav a:link, a:visited{
  background-color:#913718;
  border-bottom:1px solid #efecca;
  color:#efecca;
  display:block;
  text-decoration:none;
  padding:8px 15px;
}

#nav a:hover{
  background-color:#efecca;
  color:#046380;
}

#nav a:active{
  background-color:#a7a37e;
}