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


}

.anylinkmenu{
position: absolute;
visibility: hidden;
left: 0;
top: 0;
display: block;
font: normal 12px Tahoma;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #733c7d;
margin: 0 auto;
}

.anylinkmenu ul{
text-align:left;
padding: 0;
text-indent: 8px;
list-style-type: none;
color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
}

.anylinkmenu ul li a{
display: inline;
text-indent: 0px;
text-decoration: none;
font-weight: bold;
color: #ffffff;

}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration: underline;
font-weight: bold;
color: #ffffff;
}

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


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