.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link) can add background color or style here*/
}



/* ######### Alternate multi-column class for drop down menus anylinkmenucols######### */

.affhousing, .renewable, .financial, .realestate, .about{
position: absolute;
width: 180px;
height:auto;
left: 0;
top: 0px;
visibility: hidden;
border-bottom: 0px solid black;
padding: 10px 0px 10px 0px;
margin:0px 0px 0px 0px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
/* background: #E9E9E9; */
}

.affhousing{width: 210px;}
.about{width: 160px;}
.renewable{width: 190px;}
 
.affhousing ul, .renewable ul, .financial ul, .realestate ul, .about ul{list-style-type: none;margin:20px 0 0 0px; }

.affhousing li, .renewable li, .financial li, .realestate li, .about li{
list-style-type: none;
padding: 5px 0 0 0;
margin:0px;
text-align:left;
margin-left:20px;
}

.affhousing li a, .renewable li a, .financial li a, .realestate li a, .about li a{color:#ddd;}
.affhousing li a:hover, .renewable li a:hover, .financial li a:hover, .realestate li a:hover, .about li a:hover{color:#FFF; text-decoration:none; }


.affhousing .column, .renewable .column, .financial .column, .realestate .column, .about .column{
float: left;
padding: 0px;
margin: 0px;
/* background: #E0E0E0; */
}

.affhousing .column ul, .renewable .column ul, .financial .column ul, .realestate .column ul, .about .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0px;
top: 0px;
margin: 20px 0 0 0;
padding: 0px;
z-index: 99; /*zIndex for shadow*/
background: #000;
visibility: hidden;
}

@-moz-document url-prefix() { .anylinkshadow{ margin: 0px 0 0 0; } } 

@-moz-document url-prefix() {.affhousing ul, .renewable ul, .financial ul, .realestate ul, .about ul{margin:0px 0 0 0; }


