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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
padding:2px;
display:none;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
z-index: 30; /* zIndex should be greater than that of shadow's below */
background:#ffffff ;
margin-top:55px;
margin-left:438px;
width: 252px; /* default width for menu */
border-radius:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

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

.anylinkcss ul a{
padding-top:4px;
width: 100%;
height:20px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align:center;
color:#0c5603;
}

.anylinkcss ul a:hover{ /*hover background color*/
background:#0c5603;
color:#ffffff;
}




