.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px arial,verdana,sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #F0F8FF;
	width: 205px;
	text-transform: none;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-transform: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #1A36AD;
color: white;
}
