.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-left: 1px solid #cecfcf;
border-bottom: 1px solid #cecfcf;
border-right: 1px solid #cecfcf;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* 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 #cecfcf;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #58595b;
font-size: 13px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #b7d194;
color: white;
}


.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-left: 1px solid #cecfcf;
border-bottom: 1px solid #cecfcf;
border-right: 1px solid #cecfcf;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */
}

.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cecfcf;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #58595b;
font-size: 13px;
}

.anylinkmenu2 a:hover{ /*hover background color*/
background: #b7d194;
color: white;
}


.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-left: 1px solid #cecfcf;
border-bottom: 1px solid #cecfcf;
border-right: 1px solid #cecfcf;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 94px; /* default width for menu */
}

.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu3 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cecfcf;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #58595b;
font-size: 13px;
}

.anylinkmenu3 a:hover{ /*hover background color*/
background: #b7d194;
color: white;
}

