.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/ text-decoration:none;}

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

.anylinkcss{
position:absolute;
left: 0;
top: 40px;
visibility: hidden;
line-height: 24px;
padding:20px 0 0 0;
margin:0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 350px; /* default width for menu */
text-align:left;
}

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

.anylinkcss ul li {font-size:.8em; display:inline; list-style-type:none; padding-right:15px;}

.anylinkcss ul li a{color:#FFF; text-decoration:none;}

.anylinkcss a:hover{ /*hover background color*/
color:#FFF; text-decoration:underline;}

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