<!--

a.m:link { text-decoration: underlined; color: #6666ff }
a.m:visited { text-decoration: underlined; color: #6666ff }
a.m:hover { text-decoration: none; color: #ff4444 }
a.m:active { text-decoration: underlined; color: #6666ff }

a.x:link { text-decoration: underlined; font-size: 8pt; color: #6666ff }
a.x:visited { text-decoration: underlined; font-size: 8pt; color: #6666ff }
a.x:hover { text-decoration: none; font-size: 8pt; color: #ff4444 }
a.x:active { text-decoration: underlined; font-size: 8pt; color: #6666ff }

a.f:link { text-decoration: none; font-size: 8pt; color: #888888 }
a.f:visited { text-decoration: none; font-size: 8pt; color: #888888 }
a.f:hover { text-decoration: none; font-size: 8pt; color: #222222 }
a.f:active { text-decoration: none; font-size: 8pt; color: #888888 }

#dropmenudiv {
  position:absolute;
  background-color: #00397E;
  border:1px solid #999999;
  border-bottom-width: 0;
  font:normal 12px verdana;
  line-height:20px;
  z-index:100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 8px;
  border-bottom: 1px solid #999999;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

#dropmenudiv a:hover {
  background-color: #80A6D4;
  color:#000000;
}

-->