BODY {
 background-color: white;
 color: black;
 margin: 0px;
}

.siteheader {
 margin: 0px;
 padding: 4px;
 text-align: center;
 background-color: black;
}

.sitemenu {
 width: 147px;
 background-color: black;
 text-align: left;
 float: left;
}

.sitemenu A {
  color: white;
  font-weight: bold;
  font-family: arial;
  font-size: 15;
  text-decoration: none;
  height: 22px;
  border: solid 2px #000000;
     
}

.sitemenu A:hover {
 width: 147px;
  height: 16px;
  border: solid 2px #ffffff;
 background: url(http://www.rodneymohr.com/images/bkwood5.jpg);
 color: white; 
 border-style: inset;
}
