.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	color:#F7F7F7;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 25px;
	z-index: 150;
	background-color: #CCCCCC;
	text-align:left;
	width: 205px;
	left: 94px;
	top: 35px;
	padding:0px;
}

.anylinkcss a{

width: 100%;
display: block;


text-indent: 3px;
border-bottom: 1px solid black;
padding-top: 0px ;
text-decoration: none;
background-color: #4eadd9;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#0d3165;
color: white;
}

