.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-width: 1px;
	font:normal 13px Arial;
	line-height: 20px;
	z-index: 100;
	width: 235px;
	padding-top:10px;
	}

.anylinkcss a{
	width: 230px;
	display: block;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	font-weight:bold;
	text-decoration: none;
	text-indent: 1px;
	text-align:left;
	background-color: #9AAD6C;
	color: #000000;
	white-space: nowrap;
	padding:3px 0 3px 5px;
	}

.anylinkcss a:hover{ 
	background-color: #594D1D;
	color: #ffffff;
	white-space: nowrap;
	border: 1px solid #594D1D;
	border-top: 0px solid #CCCCCC;
	text-decoration:none;
	}