.anylinkcss {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	width: 190px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px;
	display: block;
	background-color: #000000;
	color: #CC6600;
	padding-right: 15px;
	padding-left: 10px;
}
.anylinkcss ul, li{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 8px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	background-image: url(../images/arrowbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.anylinkcss a:hover{
	background-color: #000000;
	color: white;
	background-image: url(../images/arrowbulletOVER.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
