.selectedanchor{ 
background: #FFFFFF;
}

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

.linkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0px;
text-decoration: none;
background: #ECECEC;
width: 200px; 
color:#000;
line-height:22px;
}

.linkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
color:#000;
line-height:22px;
}

.linkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
color:#000;
text-indent: 5px;
line-height:22px;
}

.linkmenu a:hover{
background: #4B4B4B;
color: white;
line-height:22px;
}

/* ######### 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;
}