.anylinkcss{
position:absolute;
visibility: hidden;
font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
line-height: 24px;
z-index: 100;
background-color: #EEE;
width: 120px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #666;
}

.anylinkcss a:hover{ /*hover background color*/
background: #00AEEF;
color: #FFF;
}
