/* Generated by KompoZer */
#menu li {
  border: 2pt outset #ff6666;
  list-style-type: none;
  display: inline;
  float: left;
  margin-right: 5pt;
  text-align: center;
  width: 90pt;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #cc33cc;
}
#menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: #3366ff;
  display: block;
}
#menu a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #3366ff;
  background-color: red;
}
