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

.linkimage {float:left;}

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

.anylinkcss{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
border: 0px;
font: normal 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 10000 !important; /* zIndex should be greater than that of shadow's below */
width: 150px;
background-color: #666666;
FILTER: Alpha(Opacity=90, FinishOpacity=90, Style=2);
opacity: 0.9;
-moz-opacity:0.9;
margin-top:11px;
}

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

.anylinkcss ul li {border-bottom:1px solid #ffffff;}

.anylinkcss ul li a{
width: 100%;
display: block;
padding: 6px;
text-decoration: none;
color:#ffffff;
font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif
font-size:12px;
font-weight:bold;


}

.anylinkcss a:hover{ /*hover background color*/
color:#e81a7b; /* #D7648F */
}

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