/* Menu styles go here */

BODY {
  margin-top: 5px;
  padding: 0px;
  background-color: #DCA145;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("../backgrounds/menuBG.jpg");
}

A, A.active {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 0px;
  margin-left: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}

A:hover {
  color: #440000;
  background: white;
}



