.anylinkcss{
	position:absolute;
	border:1px solid #FFFFFF;
	font:normal 14px Arial;
	line-height: 18px;
	font-weight: bold;
	z-index: 100;
	background-color: white;
	width: 185px;
	visibility: hidden;
}

.anylinkcss a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #003399;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

