
.anylinkcss	{ position: absolute;
		  visibility: hidden;
		  border-bottom: 1px solid #FFFFFF;
		  margin-top: 8px;
		  margin-left: -10px;
		  background: #DED6AD;
		  line-height: 18px;
		  z-index: 100;
		  width: 180px;
		  }

.anylinkcss a	{ width: 100%;
		  display: block;
		  border-bottom: 1px solid #FFFFFF;
		  padding: 0px 4px 0px 4px;
		  font-family: arial, verdana, helvetica;
		  font-size: 9pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #635929;
		  }

.anylinkcss a:hover{ background: #D8CFA4;
		     color: #000000;
		     }



