<!--
a.m:link { text-decoration: underlined; color: #666600 }
a.m:visited { text-decoration: underlined; color: #666600 }
a.m:hover { text-decoration: none; color: #000000 }
a.m:active { text-decoration: underlined; color: #666600 }

a.f:link { text-decoration: underlined; font-size: 8pt; color: #666600 }
a.f:visited { text-decoration: underlined; font-size: 8pt; color: #666600 }
a.f:hover { text-decoration: none; font-size: 8pt; color: #000000 }
a.f:active { text-decoration: underlined; font-size: 8pt; color: #666600 }

#dropmenudiv {
  position:absolute;
  background-color: #7d9b44;
  border:1px solid #7d9b44;
  border-bottom-width: 0;
  font:normal 12px arial narrow;
  line-height:25px;
  z-index:100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 8px;
  border-bottom: 1px solid #7d9b44;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

#dropmenudiv a:hover {
  background-color: #5c8215;
  color:#ffffff;
}
-->
