/* CSS Document */
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	margin-left:10px;
	margin-top:5px;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 20px;
	z-index: 200;
	background-color:#FFD18C;
	color:#000000;
	left: -35px;
	top: 27px;
	width:100px;

}

.anylinkcss a{
width:100px;
display: block;
border-bottom: 1px solid #ffffff;
padding: 1px 0px 0px 0px;
text-decoration: none;
text-indent: 5px;
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size:8pt;

}

.anylinkcss a:hover{ /*hover background color*/
background-color:#FF9D0A;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:8pt;

}

