.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #b2b2b2;
border-bottom-width: 0 ;
font: normal 11px arial;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 150px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b2b2b2;
padding: 1px 0;
text-decoration: none;
text-indent: 15px;
}

.anylinkcss a:hover{
	/*hover background color*/
	background-color: #c6d6dd;
	color: #000;
	text-decoration: none;
}