.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #21BEDE;
	border-right-color: #21BEDE;
	border-bottom-color: #21BEDE;
	border-left-color: #21BEDE;
}

.anylinkcss a{
	background-color: #085DAD;
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #064E8E;
	color: white;
}

