

.anylinkcss{

position: absolute;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 1em;
z-index: 100;
color: #660033;
background-color: #660000;
width: 160px;

}

.anylinkcss a{


display: block;
text-indent: 8px;
border-bottom: 1px solid white;
color: white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;

}




.anylinkcss a:hover{ /*hover background color*/
background-color: #cc9900;
color: white;
	background-image: url(weebrick.gif);
	background-repeat: no-repeat;
	background-position: center left;}

.hidden {display:none;} 
}