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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: normal 12px Arial, Helvetica, sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #d2e1b0;
/*width: 200px;  default width for menu */
}


.anylinkcss ul li a	{ font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size:12px; color:#383f28;}
.anylinkcss ul li a:hover	{ color:#FFF;}

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

.anylinkcss ul li a{
display: block;
padding:5px;
text-decoration: none;
border-bottom:solid 1px #e7f1d0;
}

.anylinkcss a:hover{ /*hover background color*/
background: #9eb865;
color: white;
}


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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}
