.anylinkcss
	{
	position				: absolute;
	visibility				: hidden;
	border					: 1px solid #ccddee;
	border-bottom-width		: 0;
	border-left-width		: 1;
	border-top-width		: 1;
	line-height				: 14px;
	z-index					: 100;
	background-color		: #ffffff;
	width					: 210px;
	height					: 22px;
	}


.anylinkcss a
	{
	width					: 100%;
	display					: block;
	text-indent				: 3px;
	border-top				: 0px solid #ffffff;
	border-bottom			: 1px solid #aabbcc;
	padding					: 3px ;
	text-decoration			: none;
	font-weight				: bold;
	font-size				: 11px;
	color					: #0000ff;
	text-indent				: 2px;
	background-color		: #e7eef7;
	}


.anylinkcss a:hover
	{ /*hover background color*/
	color					: #000000;	
	background-color		: #ff6600;
	text-decoration			: none;
	}
