.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid White;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	font-family: Comic Sans MS;
	font-size: 11px;
	line-height: 15px;
	z-index: 100;
	background-color: #E9FECB;
	width: 150px;
}

.anylinkcss a {
 display: block;
 border-bottom: 1px solid black;
 padding: 1px 0;
 text-decoration: none;
 font-weight: bold;
 text-indent: 5px;
 clear:both;
 width:150px;!important
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
