<!--
a.m:link	{ text-decoration: underlined;	color: #990000 }
a.m:visited	{ text-decoration: underlined;	color: #990000 }
a.m:hover	{ text-decoration: none; 	color: #000000 }
a.m:active	{ text-decoration: underlined;	color: #990000 }

#dropmenudiv {
  position:absolute;
  background-color: #dedede;
  border:1px solid #999999;
  border-bottom-width: 0;
  font:normal 10px arial;
	line-height:18px;
  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: #222222;
}

#dropmenudiv a:hover {
  background-color: #efefef;
  color:#222222;
}
-->
