.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #fff;
width: 205px;
}

.anylinkcss a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 	
	font-variant: normal; 
color: black;
width: 100%;
display: block;

border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;

text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #2494FE;
color: black;
text-decoration:underline;

}

.anylinkcss h4{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 	
	font-variant: normal; 
color: black;
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #E1E1E1;
text-align:left;
}