.anylinkcss{
	position:absolute;
	visibility: hidden;
	font: normal 9px/14px Verdana;
	z-index: 100;
	background-color: lightyellow;
	width: 110px;
	list-style-type: none;
}

.anylinkcss a{
	width: 110px;
	display: list-item;
	border-bottom: 1px solid #13335C;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-left : 1px solid #13335C;
	border-top : 1px solid #13335C;
	border-right : 1px solid #13335C;
	list-style-type: none;
}

.anylinkcss a:hover{
	/*hover background color*/
	background-color: #FDE2C7;
	color: #13335C;
list-style-type: none;
}

