/* Use in the Residence & Conference Services Website */

.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #cccccc;
border-bottom-width: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left;
font-size: 10pt;
line-height: 18px;
z-index: 100;
background-color: #421c69;
width: 165px;
}

.anylinkcss a{
color: #ffffff;
width: 100%;
display: block;
border-bottom: 2px solid #cccccc;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	color:#ffffff;
	background-color: #33cc33;
}

.anylinkcss a:visited{
	color:#ffffff;
	background-color: #421c69;
}

