.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #6176B1;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
text-align:left;
border: 0;
border-bottom-width: 0;
font: normal 85% arial,sans-serif;
line-height: 16px;
z-index: 9; /* zIndex should be greater than that of shadow's below */
background: #6176B1;
width: 130px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0;
padding: 1px 0;
text-decoration: none;
color:#fff;
text-indent: 5px;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

.anylinkcss a:hover{ /*hover background color*/
background: #c7d1ea;
color: white;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0;
padding: 10px;
font: normal 85% arial,sans-serif;
color:#fff;
text-align:left;
z-index: 9; /*zIndex should be greater than that of shadow's below*/
background: #6176B1;
}

.anylinkcsscols .column{
width: 130px;
float: left;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

.anylinkcsscols li{
padding-bottom: 3px;
z-index: 9; /* zIndex should be greater than that of shadow's below */
}

/* ######### class for shadow DIV ######### */



