@charset "UTF-8";
/* CSS Document */
#navigation {
  width: 300 px;
  height:55px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  background: 
#c00 ;
  color: 
#fff ;
  border: 1px solid 
#600 ;
  margin-bottom: 1px ;
}
#navigation li a {
  display: block ;
  background: 
#c00 ;
  color: 
#fff ;
  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 0.5 em ;
  text-align: center ;
  text-decoration: none ;
  padding: 4px 0 ;
  height:25px;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background: #900 ;
  text-decoration: underline ;
  text-transform:uppercase;
}