.anylinkcss{
	position:			absolute;
	visibility:			hidden;
	/*border:				inset 1px gray;*/
	font:				normal 8pt Arial;
	font-variant:		small-caps;
	line-height:		16px;
	z-index:			100;
	background-color:	#D3E8B2;
	width:				170px;
}

.anylinkcss a{
	color:				black;
	width:				100%;
	display:			block;
	/*border-bottom:		dotted 1px gray;*/
	border-top:			1px solid #fff;
	border-left:		1px solid #fff;
	border-bottom:		1px solid #333;
	border-right:		1px solid #333;
	padding:			1px 0;
	text-decoration:	none;
}

.anylinkcss a:hover{
	color:				black;
	padding-left:		5px;
	background:			url(../bp/imagenes/favicon.gif);
	background-color:	#FFFFFF;
	background-repeat:	no-repeat;
	background-position:left;
	/*border-bottom:		dotted 1px gray;*/
	border-top:			1px solid #333;
	border-left:		1px solid #333;
	border-bottom:		1px solid #999;
	border-right:		1px solid #999;
}