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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
display: none;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #000;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
color: #fff;
font-size: 11px;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
color: #c7031d;
width: 100%;
}


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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
height: 0;
}