
/* CSS Document */

.anylinkcss{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	position:absolute;

	visibility: hidden;

	border-bottom-width: 0;

	line-height: 18px;

	z-index: 100;


	width: 205px;

	color: #DFE0E1;

}



.anylinkcss a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #DFE0E2;

	width: 100%;

	display: block;

	text-indent: 3px;

	padding: 1px 0;

	text-decoration: none;

	text-indent: 5px;


}



.anylinkcss a:hover{ /*hover background color*/

	background-color: #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #535B2C;

}

