.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color: #d1d1d1;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #88857a;
font: normal 10pt/10pt Arial,helvetica,sans-serif;
background-color: #d1d1d1;
border-bottom-width: 0;
line-height: 18px;
margin-left: 3px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
overflow: auto;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font: normal 10pt/10pt Arial, Helvetica, sans-serif; 
color: #333333;
text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
	font-weight: bold;
	text-decoration: none;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
display: none;
}


