.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #f0f0f0;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #7f7f7f;
border-bottom-width: 1;
font:Verdana;
font-size:11px;
font-weight: normal;
line-height: 18px;
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;
}

.anylinkcss ul li a{
width: 100%;
display: block;
background: url(menu_arrow1.png) no-repeat center left; 
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
text-indent: 20px;
color:#474747;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #7f7f7f; /*#F0F0F0;*/
text-decoration: none;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
color:#FFFFFF;
}

