

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0px;
font:normal 11pt Arial;
text-transform:uppercase;
line-height: 24px;
z-index: 100;
background-color: #fff;
width: 100px;


}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;

color: #999;
z-index: 100;

}

.anylinkcss a:hover{ 

color: #000;
z-index: 100;
font-weight:bold;
}
/*background-color: #ccc;*/


/* ######### class for shadow DIV ######### */

/*
.anylinkshadow{ /*CSS for shadow. Keep this as is 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden;
}
}


*/