.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
     color:#FFFFFF;
	 font-size:10px;
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 text-decoration:none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
     font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 12px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
color: white;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
margin-top:5px;
list-style-type: none;
}

.anylinkmenu ul li a{
	 font-size:10px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 0 0 15px;;
text-decoration: none;
text-indent: 5px;
color:#FFFF00;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.anylinkmenu a:hover{ /*hover background color*/
color:#000000;
text-decoration:underline;
}


