body {
  font-family: Times;
  background-image: url('../images/tru-log-site-background.jpg'); 
  background-repeat: repeat-x;
  background-color: #aeb6a7;
  color: #ffffff;
}

div.content {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: tahoma;
  }

.menu4 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0px 0.5em 0 0;
}

.menu4 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu4 li {
  margin: 0;
  padding: 0;
  float: left;
  height: 36px;
}

.menu4 {
  padding: 0;
}

.menu4 li {
  width: 9em;
  margin: 0 0 0 0;
  padding: 0;
  border-right: 1px black solid;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
}

.menu4 a {
  text-align: center;
  margin: 0;
  padding: 6px 0 0 0;
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}

.menu4 a:visited {
  text-align: center;
  margin: 0;
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}

.menu4 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: url('../images/nav-background.png'); 
  background-repeat: repeat-x;
}


