.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 11px/25px Verdana;
	z-index: 100;
	background-color: #EFEFEF;
	width: 150px;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0 solid #999999;
	border-left: 1px solid #999999;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CCCCCC;
color: white;
}
}
