.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #4d7cb6;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fff;
font: normal 12px Verdana;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #12509d;
}

.anylinkcss ul{
margin: 0;
padding: 0;
margin-right: 10px;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-align:left;
padding:5px 5px 5px 5px;
text-decoration: none;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background: #4d7cb6;
color: white;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
}