.selectedanchor{}
.menuanchorclass {width:272px; display:block; float:left; font:bold 11px/38px tahoma, sans-serif; color:#fff; text-decoration:underline; background-color:#525252;}
/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px/24px tahoma, arial, helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #121212;
width: 272px; /* default width for menu */
}

.anylinkmenu ul{margin: 0;padding: 0;list-style-type: none;}

.anylinkmenu ul li a{
font:11px tahoma, arial, helvetica, sans-serif;
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 5px;
text-decoration: none;
text-indent: 5px;
color:#efefef;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: #fb0;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
display:none;
}