.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
padding: 5px 5px 5px 15px;
}


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

.anylinkcss{
position: absolute;
left: 0px;
top: 0;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 259px;
background-image: url(images/menu2_bg.jpg); 
background-repeat: no-repeat;
margin-left: 10px;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-decoration: none;
color: white;
margin-left: 10px;
line-height: 43px;
font-size: 13px;
}

.anylinkcss a:hover{ /*hover background color*/
color: white;
margin-left: 30px;
font-size: 13px;
}



/* ######### 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;
}
