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

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

.anylinkmenu{
    position: absolute;
    left: 0;
    top:0;
    _margin-top:15px;
    visibility: hidden;
    border: 1px solid #A8A5A0;
    border-bottom-width: 0;
    font: normal 11px Tahoma;
    line-height: 25px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #F6F6F6;
    width: 140px; /* default width for menu */

}

.anylinkmenu ul{
margin: 0;
padding:0px;
padding-left: 20px;
list-style-image:url(anchor.jpg);
list-style-type:square;
border-bottom: 1px solid #A8A5A0;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color:#32281F;
text-align:left;
}

.anylinkmenu a:hover{ /*hover background color */
background: #F6F6F6;
text-decoration:underline;
} 


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */

}