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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
display:none;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: black;
width: 200px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#fff;

}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: #fff;
text-decoration: none;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #000;
padding: 0 8px 8px 8px;
font: normal 13px Arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
margin: 0 0 0 9px
}

.anylinkcsscols .column{
width: 150px;
float: left;
}

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

.anylinkcsscols li{
padding: 8px 0;
border-bottom:1px solid #393939
}

.anylinkcsscols li:last-child{
border:none

}

.dropdwn, .dropdwn:link, .dropdwn:active, .dropdwn:visited { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
text-decoration:none;
line-height:18px

}

.dropdwn:hover { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffd938;
text-decoration:none;
line-height:18px

}
















