.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 25px;
	z-index: 100;
	background-color: #333333;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #cccccc;
	padding:3px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-decoration: none;
	text-indent: 5px;
	color: #ff8f00;
	padding-left: 5px;
	line-height: 20px;
	height:22px;
}

.anylinkcss a:visited{
	text-decoration: none;
	color: #ff8f00;
}

.anylinkcss a:hover{ /*hover background color*/
	width: 173px;
	background-color: #CCCCCC;
	color: #0B55C4;
	padding-left: 5px;
	border: 1px solid #cccccc;
	line-height: 20px;
}

.anylinkcss_title, .anylinkcss_title:link, .anylinkcss_title:visited {
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #ff8f00;
	text-decoration: none;
	text-transform: uppercase;
}
