.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
z-index: 100;
background-color: #590000;
color:  #590000; 
width: 175px;
font-size: 0.8em;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 5px;
padding: 5px 0px 5px 0px;
}

.anylinkcss a, a:visited				/* all menus at rest */
	{
	
    color:  #590000; 
	background-color: #590000;
	text-decoration:none;
				       /* removes underlines from links */
	}

.anylinkcss a:hover{ /*hover background color*/
background: transparent url(../display_images/link_sidebar.gif) no-repeat center center;
background-color: #590000;
color:  #590000; 
}


