.anylinkcss{
position:absolute;background: #E9EED0;

visibility: hidden;

font:normal 12px Verdana;
line-height: 16px;
z-index: 100;

width: 185px;
}

.anylinkcss a{
width: 100%;
display: block;
height: 25px;
	padding: 10px 10px 0 10px;
	background: #E9EED0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #8C8F7D;
}

.anylinkcss a:hover{ /*hover background color*/

color: white;
}
