.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:  url('/pics/index/dropdown_back.gif') repeat-x top;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 11px Arial, Helvetica, Verdana, San-serif;
line-height: 14px;
z-index: 10000; /* zIndex should be greater than that of shadow's below */
background: #fff url('/pics/index/dropdown_back.gif') repeat-x top;
width: 300px; /* default width for menu */
color: #666;
border: 0px solid #fc0;
}

.anylinkmenu ul{
margin: 0;
list-style-type: none;
color: #666;
background: #f5f5ee url('/pics/index/dropdown_back.gif') repeat-x top;
padding: 10px 10px 10px 10px;
font: normal 11px Arial, Helvetica, Verdana, San-serif;
line-height: 14px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 175px;
}

.anylinkmenu li{padding-bottom: 8px;}


.anylinkmenu a{
color: #666;
}

.anylinkmenu a:hover{ /*hover background color*/
color: #bc9624;
text-decoration: none;
}

.anylinkmenu a:visited{ /*hover background color*/
color: #666;
}

.anylinkmenu a:visited:hover{ /*hover background color*/
color: #bc9624<br />;
text-decoration: none;
}


.test {padding-left: 20px;}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 300px;
left: 0;
top: 0px;
margin-top: 0px;
visibility: hidden;
border: 0px solid #fc0;
padding: 10px;
font: normal 11px Arial, Helvetica, Verdana, San-serif;
z-index: 10000; /*zIndex should be greater than that of shadow's below*/
background: #fff url('/pics/index/dropdown_back.gif') repeat-x top;
}

.anylinkmenucols li{
padding-bottom: 3px;
color: #666;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;

}

.anylinkmenucols .column a{
color: #666;
}


.anylinkmenucols .column a:hover{
color: #4e7e5f;
}

.anylinkmenucols .column a:visited{
color: #666;
}

.anylinkmenucols .column a:visited:hover{
color: #4e7e5f;
}



.anylinkmenucols .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: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
