#navigator {
  position: static;
  top: 0;
  left: 0px;
  width: 800px;
  height: 32px;
  margin: 0 inherit;
  padding-bottom: 20px;
  
  /*border-style: solid;
  border-width: 1px;
  border-color: #FF0000;*/
}

#button {
  margin: 0;
  padding: 0px;
  list-style: none;
  text-align: center;
}

#button li{
  display: inline; 
}

#button li a {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  width: 85px;
  background: #FFFFFF;
  opacity: 0.4;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  color: #000000;
  text-align: center;
  border-top: 2px solid #FFFFFF;
  border-right:2px solid #666666;
  border-bottom:2px solid #666666;
  border-left:2px solid #CCCCCC;
}

#button li a:hover {
  background: #FFFFFF;
  opacity: 1.0;
  filter: alpha(opacity=100);*/ /* For IE8 and earlier */
  color: #000000;
  border-top: 2px solid #FFFFFF;
  border-right:2px solid #666666;
  border-bottom:2px solid #666666;
  border-left:2px solid #CCCCCC;
}

#button li a:active {
  background: #000000;
  opacity: 0.1;
  filter: alpha(opacity=10); /* For IE8 and earlier */
  color: #592313;
  border-top: 2px solid #FFFFFF;
  border-right:2px solid #666666;
  border-bottom:2px solid #666666;
  border-left:2px solid #CCCCCC;
}


