
.anylinkcss	{ position: absolute;
		  visibility: hidden;
		  border: 1px solid #003C66;
		  border-bottom: 0px solid #003C66;
		  margin-top: 3px;
		  margin-left: -4px;
		  text-align: left;
		  line-height: 18px;
		  z-index: 100;
		  width: 160px;
		  }

.anylinkcss a	{ width: 100%;
		  background: #6194BD;
		  display: block;
		  border-bottom: 1px solid #003C66;
		  padding: 2px 2px 2px 5px;
		  font-family: arial, verdana, helvetica;
		  font-size: 8pt;
		  font-weight: bold;
		  text-decoration: none;
		  text-transform: uppercase;
		  text-indent: 5px;
		  color: #FFFFFF;
		  }

.anylinkcss a:hover{ background: #427AAA;
		     color: #FFFFFF;
		     }

