.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #FFFFFF;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
right: 0;
top: 0;
visibility: hidden;
border: 1px solid #d2d2d2;
color:#3e3e3e; 
border-bottom-width: 0;
font:10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
z-index: 9999; /* zIndex should be greater than that of shadow's below */
background: #fafafa;
width: 197px; /* default width for menu */
margin-left:1px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #fafafa;
padding: 1px 0px;
text-decoration: none;
color:#3e3e3e;
}

.anylinkcss a:hover{ /*hover background color*/
color:#00649a; text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fafafa;
padding: 15px;
font:10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
z-index: 9999; /*zIndex should be greater than that of shadow's below*/
background: #fafafa;
}

.anylinkcsscols .column{
float: left;
padding: 0;
margin-right: 5px;
background: #fafafa;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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: #fafafa;
visibility: hidden;
}