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


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

.anylinkcss{
position: absolute;
padding: 8px 0 0 0;
margin-top: -6px;
left: 0;
visibility: hidden;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(../nav/m-blue.png);
text-align:left;
float:left;
}

.anylinkcss2{
position: absolute;
color: #666666;
margin: -15px 0 0 15px;
left: 0;
visibility: hidden;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
text-align:left;
float:left;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 10px;
text-decoration: none;
font-weight: bold;
color: #003d6b;
}

.anylinkcss a:hover{ /*hover background color*/
background-image:url(../nav/m-white.png);
color: #003d6b;
}

/* ######### Alternate multi-column class for drop down menus ######### 
font: normal 8pt Verdana;
line-height: 20px;
*/


.anylinkcsscols{
position: absolute;
visibility: hidden;
padding: 8px 10px 0 0;
text-align: right;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkcsscols a:hover{ /*hover background color*/
background-image:url(../nav/m-white.png);
width: 180px;
padding-right: 10px;
color: #003d6b;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
list-style-type: none;
}

.anylinkcsscols li{
}

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

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}
