.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 25px;
	z-index: 100;
	width: 160px;
	font-variant: normal;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #ffffff; 
	font-weight: normal;
	background: #bd1f25; 
	border-bottom: 1px solid #ffffff;
 	
	 
	/*filter: Alpha(Opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88*/
	
	
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
 	text-decoration: none;
 	text-indent: 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-variant: normal;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D5BC;*/
}

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