.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color: #009900;
}




/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
margin-top:14px;
visibility: hidden;
filter:alpha(opacity=50);
opacity: 0.5;
border: 1px solid #E2001A;
padding: 10px;
font: normal 12px Verdana;
z-index: 2000; /*zIndex should be greater than that of shadow's below*/
background: #E2001A;
}

.anylinkcsscols .column{
width: 130px;
float: left;
text-align: left;
z-index: 2000;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols .columnImage{
width: 180px;
float: left;
text-align: left;
z-index: 2000;
}

.anylinkcsscols .columnImage ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.columnImage ul li{ margin: 3; }

.anylinkcsscols li{
padding-bottom: 3px;
}

span.colHeading { color: #000000; font-size: 12px; }
a.collink:link { color: #000000; font-size: 11px; text-decoration: none; }
a.collink:visited { color: #000000; font-size: 11px; text-decoration: none; }
a.collink:hover { color: #000000; font-size: 11px; text-decoration: underline; }
a.collink:active { color: #000000; font-size: 11px; text-decoration: none; }



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
margin-top:14px;
z-index: 1999; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
