.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;
font:normal 10px Verdana;
line-height: 12px;
z-index: 100;
	text-align:left;
	text-decoration:none;
	width:160px;
	
	color:#ffffff;
	font-weight:normal;
margin-top:4px;

}

.anylinkcss a{
width:150px;
padding:4px;
border:1px solid white;
border-bottom-width:0px;
display: block;
text-decoration: none;
background-color:#ef8c56;
color:#ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #c97141;
color: white;
}
}