﻿.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid #656565;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 1;
	background-color: #fff;
	width: 160px !important;
	text-transform: capitalize;
	margin-top: 3px !important;
}

.anylinkcss a:link, .anylinkcss a:visited {
	width: 100% !important;
	display: block !important;
	text-indent: 3px;
	border-bottom: 1px solid #656565;
	padding: 3px 0 !important;
	text-decoration: none;
	text-indent: 5px;
	color: #3f598f;
}

.anylinkcss a:hover {
	background-color: #656565;
	color: #fff !important;
}

/* duplicate style for safari - leave out the hover state though as it is very buggy when it interacts with Flash */
.anylinkcss_safari {
	position:absolute;
	visibility: hidden;
	border:1px solid #656565;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #fff;
	width: 160px !important;
	text-transform: capitalize;
	margin-top: 3px !important;
}

.anylinkcss_safari a:link, .anylinkcss_safari a:visited {
	width: 100% !important;
	display: block !important;
	text-indent: 3px;
	border-bottom: 1px solid #656565;
	padding: 3px 0 !important;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss_safari a:hover {
	/* nothing */
}