@charset "UTF-8";
/* CSS Document */

.anylinkcss{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	position:absolute;

	visibility: hidden;

	border-bottom-width: 0;

	line-height: 18px;

	z-index: 100;

	background-color: white;

	width: 205px;

	color: #CCCCCC;

}



.anylinkcss a{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	width: 100%;

	display: block;

	text-indent: 3px;

	padding: 1px 0;

	text-decoration: none;

	text-indent: 5px;


}



.anylinkcss a:hover{ /*hover background color*/

	background-color: #00703C;  /* #CCCCCC; */

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF; /* #782022; */

}

