/* ---- Protective CSS ---- */
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E51000;
	width: 205px;
}
.anylinkcss a{
	font-size: 11px;
	color:#FFF;
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #CD1102;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #FC3D1D;
	color: #FBF1BF;
}
