<!--

a.m:link { text-decoration: underlined; color: #333300 }
a.m:visited { text-decoration: underlined; color: #996633 }
a.m:hover { text-decoration: none; color: #000000 }
a.m:active { text-decoration: underlined; color: #333300 }

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

a.x:link { text-decoration: underlined; font-weight: bold; font-size: 10pt; color: #996633 }
a.x:visited { text-decoration: none; font-weight: bold; font-size: 10pt; color: #996633 }
a.x:hover { text-decoration: none; font-weight: bold; font-size: 10pt; color: #000000 }
a.x:active { text-decoration: none; font-weight: bold; font-size: 10pt; color: #996633 }

a.top:link { text-decoration: underlined; font-weight: bold; font-size: 10pt; color: #996633 }
a.top:visited { text-decoration: none; font-weight: bold; font-size: 10pt; color: #996633 }
a.top:hover { text-decoration: none; font-weight: bold; font-size: 10pt; color: #000000 }
a.top:active { text-decoration: none; font-weight: bold; font-size: 10pt; color: #996633 }

.highlight {background: #ffff66;}

#dropmenudiv {
  position:absolute;
  background-color: #efefef;
  border:1px solid #cdcdcd;
  border-bottom-width: 0;
  font:normal 16px arial;
  line-height: 20px;
  z-index:100;
  color:#222222;
}

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

#dropmenudiv a:hover {
  background-color: #7b6045;
  color:#ffffff;
}

-->