.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#c0c8d0 url(../images/background-nav2.gif) repeat-x top;
color:#e1dddd;
}

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

.anylinkmenu, .anylinkmenu2 {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
border:1px solid #004f88;

}
.anylinkmenu {
width: 200px; /* default width for menu */
}
.anylinkmenu2 {
width: 180px; /* default width for menu */
}
.anylinkmenu ul, .anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkmenu ul li, .anylinkmenu2 ul li {
margin:0;
}
.anylinkmenu ul li a , .anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #004f88;
padding: 5px 0 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background:#FFF url(../images/background-center.gif) repeat-x top;
}

.anylinkmenu a:hover, .anylinkmenu2 a:hover{ /*hover background color*/
background:#c0c8d0 url(../images/background-nav2.gif) repeat-x top;
color: #034c82;
}



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