.anylinkcss{
	position:absolute;
	visibility: hidden;
    border-bottom-width: 0;
	border-top-width: 0;
	FONT-FAMILY: "Trebuchet MS", Arial;
	line-height: 18px;
	z-index: 100;
/*	background-color: #35528b; */
        background-color: #003265;
	width: 100px;
	padding-top: 10px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	/* border-bottom: 1px solid black; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #AA8271;
	font-weight: bold;
color: white;
text-decoration: none;
	font-size: 14px;
}

.anylinkcss a:visited{	font-weight: bold;
color: white;
text-decoration: none;
	font-size: 14px;
}
