.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E6E6E6;
	width: 205px;
	height: 53px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #486E9C;
border-bottom: 1px solid #486E9C;
border-left: 2px solid #486E9C;
border-right: 2px solid #486E9C;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #486E9C;
color: white;
font-weight: bold;
}
}
