/* CSS Document */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	font-size:0.75em;
	line-height: 18px;
	z-index: 100;
	background-color: #E9E9E9;
	width: 220px;
	left: 456px;
	top: 58px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.anylinkcss a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align:left;
	color:#BF2000;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #BF2000;
	color: white;
}
