.anylinkcss {
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #CCCCCC;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	filter: Alpha(Opacity=100, FinishOpacity=100);
	line-height: 13px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0 solid #666666;
	border-left: 1px solid #666666;
	cursor: hand;
	width: 190px;
	text-decoration: none;


}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	font-size: 9px;
	color: #4D4D4D;


}

.anylinkcss a:hover {
	background-color: #CC0000;
	color: white;
	font-weight: bold;
}
