

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

.anylinkcss{
position:absolute;
padding-top: -20px;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height: 24px;
z-index: 100;
background-color: #993366;
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;
text-indent: 5px;
color: #6D3011;
z-index: 100;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FC8C99;
color: #000;
z-index: 100;

}



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


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