.unclickable {
  font: bold 9pt verdana;
  text-decoration: none;
  padding: 3 1px;
  color: #178128;
  line-height: 15px;
  cursor: text;
}

a.ancor {
  font: bold 9pt verdana;
  text-decoration: none;
  padding: 3 1px;
  color: #178128;
  line-height: 15px;
}

.topmenu {
  position: absolute;
  visibility: hidden;
  border: 1px solid white;
  border-bottom-width: 2;
  font: normal 10px Verdana;
  line-height: 15px;
  z-index: 100;
  /*background-color: #0C5330;*/
  background-color: #178128;
  width: 182px;
  background-image: url(images/flowerbg.gif);background-repeat: no-repeat;
}

.topmenu a {
  width: 100%;
  display: block;
  text-indent: 2px;
  border-bottom: 1px solid white;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  text-indent: 3px;
  color: white;
  background-image: url(images/flowerbg.gif);background-repeat: no-repeat;
}

.topmenu a:hover {
  background-color: #AEE271;
  color: #178128;
}