.anylinkcss{
   padding: 0px 0px 0px 0px;
   margin: 5px 0px 0px 0px;
   position: absolute;
   visibility: hidden;
   line-height: 18px;
   z-index: 100;
   background-color: #feecd6;
   color: black;
   width: 175px;
}

.anylinkcss a {
   width: 100%;
   color: black;
   display: block;
   padding: 2px 5px 2px 5px;
   text-decoration: none;
   font-weight: normal;
   font-size: 75%;
   width: 165px;
	border-bottom: 1px solid #990002;
}

.anylinkcss a:hover{ /*hover background color*/
   display: block;
   background-color: #ff9935;
   color: #0D0E3E;
   width: 165px;
}
