.anylinkcss
	{
	position		: absolute;
	visibility		: hidden;
	border			: 1px solid #000000;
	border-bottom-width: 0;
	border-top-width: 1;
	line-height		: 14px;
	z-index			: 100;
	background-color: #340B07;
	width			: 200px;
	}


.anylinkcss a
	{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-top		: 0px solid #ffffff;
	border-bottom	: 1px solid #000000;
	padding			: 3px ;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 10px;
	font-family		: verdana;
	color			: #ffffff;
	text-indent		: 2px;
	}


.anylinkcss a:hover
	{ /*hover background color*/
	color			: #ffff00;	
	background-color: #cc0000;
	text-decoration	: none;
	}
