.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:#f2e661; text-decoration:none; font-weight: bold;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: #b6bcc7 1px solid ;
border-bottom-width: 0;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.anylinkcss ul li a{
width: 100%;
color:#003082;
display: block;
text-indent: 3px;
border-bottom: #b6bcc7 1px solid;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #e70d2f;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: #b6bcc7 1px solid;
padding: 5px;
font: normal 11px Arial, Helvetica, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FFFFFF;
color:#e70d2f;
font-weight: bold;
}

.anylinkcsscols .column{
width: 200px;
float: left;
text-decoration:none;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 3px;
list-style-type: none;
text-decoration:none;
}

.anylinkcsscols li{
padding-bottom: 3px; padding-top: 2px;
border-top: #b6bcc7 1px solid;
text-decoration:none;
font-weight: bold;
}

.anylinkcsscols li a{
font-size:11px; color:#003082;
text-decoration:none;

}
.anylinkcsscols li a:hover{
font-size:11px; color:#e70d2f;
text-decoration:none;
}

/* ######### 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: #5e6166;
visibility: hidden;
}