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

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 157px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
margin-top:2px;
padding: 0;
border: 1px dashed #bababa;
border-top:none;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
height:40px;
line-height:40px;
padding: 2px 0;
text-decoration: none;
text-align:center;
font-weight: bold;
text-indent: 5px;
color:#222221;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #684d2f;
color: white;
}

