.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #119CDA;
border-right-color: #119CDA;
border-bottom-color: #119CDA;
border-left-color: #119CDA;
font: bold 13px Arial;
z-index: 100; /*zIndex for menu*/
line-height: 18px;
background: white;
width: 170px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #119CDA;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #767596;
}

.anylinkmenu a:visited{ /*visited background color*/
background: white;
color: #767596;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #119CDA;
color: white;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
