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

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-size: 18px;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 150px; /* default width for menu */
border: 1px solid #030;
background: #060;
margin-top: 10px;
}

.anylinkmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 1px;
padding: 5px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#FFF;
border-bottom: 1px solid #030;
}

.anylinkmenu a:hover{ /*hover background color*/

color: #F4F0D8;
}


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

}
