.selectedanchor {
background: #ffffff;
}

/* default class for drop down menus */

.anylinkmenu {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999999;
border-bottom-width: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
z-index: 100;
background: #ffffff;
color: #0c2577;
width: 80px;
text-align: left;
}

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

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

.anylinkmenu a:hover {
background: #0c2577;
color: #ffffff;
}

/* alternate multi-column class for drop down menus */

.anylinkmenucols {
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999999;
padding: 10px;
font: normal 10px Verdana;
z-index: 100;
background: #e9e9e9;
}

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

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

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

/* class for shadow DIV

.anylinkshadow {
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: #999999;
visibility: hidden;
}
*/