body {
  background-image: url( '../images/parchmentmh.gif' );
  font-family: serif;
  color: black;
  background-color: gray;
  margin: 0px;
  padding: 0px;
}

.nwa_header {
position: absolute; 
left: 160px; 
top: 80px; 
padding-left: 15px; 
}

.nwa_content {
  position: absolute; 
  left: 182px; 
  top: 10px; 
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #c5a694;
}



.new_content a:link {
  color: "#663333";
  text-decoration:underline;
}

.nwa_content a:visited {
  color: #771111;
  text-decoration:underline;
}


.nwa_features {
  border: 10px ridge #c5a694;  
  font-size: 10pt;
  float: left;
  padding: 10px 2% 10px 2%;
  margin: 20px 1% 20px 2%;
  width: 40%;
  height: 3in;
}


.nwa_choices {
  border: 10px ridge #c5a694;  
  font-size: 10pt;
  float: right;
  padding: 10px 2% 10px 2%;
  margin: 20px 2% 20px 1%;
  width: 40%;
  height: 3in;
}


.nwa_pricelist 
{
  clear:both;
}

.nwa_pricelist table
{
  border: 10px ridge #c5a694;  
}

.nwa_xbowdesc {
  text-align:justify;
}

.nwa_menu {
  position:fixed;
  z-index:100;
  left: 5px; 
  top: 10px; 
  width: 11em; 
  padding: 0px 0px 0px 0px;
  /*background-image: url( '../images/parchmentmh.gif' );*/
  background-color: gray;
} 

.nwa_menu ul {
  /* remove bullets and list indents */
  list-style: none;
  margin: 0;
  padding: 0;
}


.nwa_menu a, .nwa_menu h2 {
  font: bold 11px/16px arial, helvetica, sans-serif;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0px 0px 0px 0px;
  padding:  1px 1px 1px 1px;
  background-color: white;
}


.nwa_menu h2 {
  color: #fff;
  background: #000;
  text-transform: uppercase;
}

.nwa_menu a {
  color: #000;
  background-image: url( '../images/parchmentmh.gif' );
  text-decoration: none;
}

.nwa_menu a:hover {
  color: #a00;
  background: #fff;
}

.nwa_menu li {
  /* make the list elements a containing block for the nested lists */
  position: relative;
  margin: 0px 0px 0px 0px;
} 

.nwa_menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%; /* to position them to the right of their containing block */
  width: 100%; /* width is based on the containing block */
}


div.nwa_menu ul ul ul,
div.nwa_menu ul ul li:hover ul ul
{
  display: none;
}

div.nwa_menu ul ul li:hover ul,
div.nwa_menu ul ul ul li:hover ul
{display: block;}


