

.anylinkcss
{
	position:					absolute;
	visibility: 				hidden;
	line-height: 				19px;
	z-index: 					100;
	background-color: 			#EEEEE;
	text-align:					left;
	font-family:				Tahoma, Verdana, sans-serif;
	font-size:					11px;
	color:						#000000;
	width:						150px;
	margin:						0 0 0 0;
}

.anylinkcss a
{
	display: 					block;
	text-indent: 				3px;
	text-decoration: 			none;
	font-weight: 				bold;
	text-indent: 				5px;
	z-index: 					100;
	font-family:				Tahoma, Verdana, sans-serif;
	font-size:					11px;
	color:						none;
	background-color: 			#00FFFF;
	border-left:				none;
	border-right:				none;
	border-top:					none;
	border-bottom:				1px solid #9E9E9E;
	width:						150px;
}

.anylinkcss a:hover
{
	background-color: 			#000000;
	color: 						#FFFFFF;
	text-decoration:			none;
	text-align:					left;
	z-index: 					100;
	border-left:				none;
	border-right:				none;
	border-top:					none;
	border-bottom:				1px solid #9E9E9E;
	width:						150px;
}