/* Generated by KompoZer */
#menu, #menu ul {
  margin: 0;
  padding-left: 0;
  list-style-type: disc;
}
#menu li {
  float: left;
  position: relative;
}
.topmenu a {
  margin-left: 0;
  margin-right: 14pt;
  text-decoration: none;
  background-color: #655f5c;
}
.topmenu a:link {
  color: #ffffe2;
}
.topmenu a:visited {
  color: #ffffe2;
}
.topmenu a:hover {
  color: #ffb600;
}
.topmenu a:active {
  color: red;
}
.submenus {
  width: 20em;
  position: absolute;
  display: none;
}
.submenus li {
  width: 100%;
}
#menu li > ul {
  top: auto;
  left: auto;
}
#menu li:hover ul, li.over ul {
  display: block;
}
.link2 a:link {
  font-size: 14pt;
  color: #ffffe2;
  text-decoration: none;
}
.link2 a:visited {
  font-size: 14pt;
  color: #ffffe2;
  text-decoration: none;
}
.link2 a:hover {
  text-decoration: none;
  color: #ffb600;
  font-size: 14pt;
}
.link2 a:active {
  font-size: 14pt;
  text-decoration: none;
  color: red;
}
.link a:link {
  color: #ffffe2;
  text-decoration: none;
}
.link a:visited {
  color: #ffffe2;
  text-decoration: none;
}
.link a:hover {
  text-decoration: none;
  color: #ffb600;
}
.link a:active {
  color: red;
  text-decoration: none;
}
