.selectedanchor{ 
color: #0000FF;
}

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

.anylinkmenu{
position: absolute;
left:0;
top:0;
visibility: hidden;
border: 2px solid #FFCC33;
border-bottom-width:2px;
font: 11px/14px Verdana,Arial,Helvetica,sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 300px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #FFCC33;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #336633;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: #FFF;
}

.menuanchorclass  {
padding:2px 0 0 5px; 
border-bottom: 1px solid #ffcc66;
display: block;
width: 165px;
height: 17px;
}

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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
