/*
Designed and developed by Peggy Hiemer - phiemer@provinet.com
www.providencelifeservices.com
*/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../images/main/pc_dropdown_transp.png);
	background-repeat: repeat;
	margin-top: 4px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #516e91;
	padding-right: 2px;
	padding-left: 2px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-left: 5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9d9d9e;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #e6eff9;
	color: #516e91;
}

.anylinkcss a:link{
	color:#000000;
}

.anylinkcss a:visited{
	color:#000000;
}
