.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 1px;
	line-height: 18px;
	z-index: 100;
	left:200px;
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	padding-right: 20px;
}

.anylinkcss a:link{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 1px;
	
	padding-bottom: 1px;
	padding-left: 0;
}

.anylinkcss a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0066FF;
color: white;
}

