
/*  This is specific to the guests page as it declares the bg picture and standard font declarations */
.submenu {
  margin: 0;
  padding: 0 0px;
  display: block;
  width: 780px;
  height: 31px;
  font-family: "Georgia",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-image: url(./images/aboutall.jpg);
  color: #ffffff;
  text-align: center;
}
/* end guest page info  */


/* yah="You Are Here" this changes the color of the menu item that describes where you are */
.yahabout {
  padding: 0;
  font-family: "Verdana","Arial",sans-serif;
  font-size: 14px;
  color: #ccbb88;
  margin-right: 0px;
  text-decoration: none;
  line-height: 28px;
  position: relative;
  left: 0px;
  top: 0px;
}
/* end You Are Here */

/* colors and font for about menu */
.aboutnav a {
  font-family: "Verdana","Arial",sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.aboutnav a:hover {
  font-family: "Verdana","Arial",sans-serif;
  color: #dddddd;
  text-decoration: none; 
}
/* end colors and font for about menu */