<!--
a.f:link {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	text-decoration: none;

}
a.f:hover {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	text-decoration: underline overline;
}
a.b:link {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	text-decoration: none;

}
a.b:hover {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	text-decoration: underline overline;
}
a.x:link {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	text-decoration: underline;

}
a.x:hover {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	text-decoration: underline overline;
}

#dropmenudiv {
  position:absolute;
  background-color: #002057;
  border:1px solid #999999;
  border-bottom-width: 0;
  font:normal 11px arial;
  line-height:20px;
  z-index:100;
}

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

#dropmenudiv a:hover {
  background-color: #FFD636;
  color:#784409;
}
-->