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


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

.anylinkcss{
position: absolute;
center: 0;
top: 0;
visibility: hidden;
border: 0px solid white;
border-bottom-width: 0;
font: normal 9px Verdana;
line-height: 10px;
z-index: 70;
background: white;
box-shadow: 0px 0px 0px rgba(0,0,0,.1);
width: 100px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: tahoma;
text-indent: 1px;
}

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

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px green;
padding: 8px;
font: normal 8px Verdana;
z-index: _80;
background: #white;
box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.anylinkcsscols .column{
width: 100px;
float: center;
}

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

.anylinkcsscols li{
padding-bottom: 0px;
}
