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

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #A4A4A4;
border-bottom-width: 3;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
color:#000000;
width: 204px; /* default width for menu */
}

.anylinkmenu ul{
margin: 8;
padding: 3;
list-style-type: none;

}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px #000000;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #E7D294;
color: black;
font-weight: normal;
}

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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 3px #DDCA44;
padding: 10px;
font: normal 10px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DDCA44;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #DDCA44;
}

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

