.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: 1px #000000;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 155px; /* default width for menu */
}

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

}

.anylinkmenu ul li a{

display: block;
text-indent: 3px;
border-bottom: 1px #000000;
padding: 2px 0;
text-decoration: none;
font-weight: none;
text-indent: 25px;
color: #383838;
background: #CCCCCC;
font-family: Verdana, Arial, Helvetica; 
color:#494949; 
font-size: 11px;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #999999;
color: #000000;
font-family: Verdana, Arial, Helvetica; 
color:#000000; 
font-size: 11px;
text-decoration: none;
}

.anylinkmenu a:visited{

font: normal 11px Verdana;
color: #000000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-decoration: none; 
}


.anylinkmenu a:visited:hover{

font: normal 11px Verdana;
color: #000000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */ 
}


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

.anylinkmenucols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px #000000;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 5px; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 163px; /* default width for menu */
}

.anylinkmenucols ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 163px;
}

.anylinkmenucols ul li a{
width: 163px;
display: block;
text-indent: 3px;
border-bottom: 1px #000000;
padding: 2px 0;
text-decoration: none;
font-weight: none;
text-indent: 8px;
color: #383838;
background: #CCCCCC;

}

.anylinkmenucols a:hover{ /*hover background color*/
background: #999999;
color: #000000;
}

.anylinkmenucols a:visited{

font: normal 11px Verdana;
color: #000000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-decoration: none; 
}


.anylinkmenucols a:visited:hover{

font: normal 11px Verdana;
color: #000000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */ 
}


