#nav {
  margin: 0;
  padding: 0;
  float:left; 
  width: 100%;
  list-style-type: none;
  height: 24px;
}
#nav li {
  margin: 0;
  padding: 0 0 0 0;
  float: left;
  height: 24px;
  text-align: center;
  white-space: nowrap;

}
#nav a {
  margin: 0 2px 0 0;
  padding: 2px 0 0 0;
  float: left;
  display: block;
  text-decoration: none;
  color: #ffffff;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  zbackground-color: #772432;
  background-image: url(../images/menubg.gif);
  background-repeat: repeat-x;  
}
#nav a:hover {
  margin: 0 2px 0 0;
  padding: 2px 0 0 0;
  float: left;
  display: block;
  text-decoration: none;
  color: #ffffff;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  zbackground-color: #183867;
  background-image: url(../images/menubgs.gif);
  background-repeat: repeat-x;   
}
.indent {
  margin-left:20px;
} 