.unclickable {
  font: bold 9pt verdana;
  text-decoration: none;
  padding: 3 1px;
  color: #0C5330;
  line-height: 15px;
  cursor: text;
}

a.ancor {
  font: bold 9pt verdana;
  text-decoration: none;
  /*padding: 3 1px;*/
  padding-right: 2px;
  color: #0C5330;
  line-height: 15px;
}
/*
a.ancor {
  font: bold 9pt verdana;
  text-decoration: none;
  padding: 3 1px;
  color: #0C5330;
  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;
  width: 217px;
  background-image: url(images/flower.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/flower.gif);background-repeat: no-repeat;
}

.topmenu a:hover {
  background-color: #9B471B;
  color: white;
}
