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



}


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

.anylinkcss{
margin-top: -61px;
margin-left: 1px;
position: absolute;
visibility: hidden;


font: normal 14px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

width: 100px; /* default width for menu */
}

.anylinkcss ul{

}

.anylinkcss ul li a{
width: 100px;
display: block;
color: #ffffff;
text-indent: 8px;
padding: 6px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}


.anylinkcss ul li a:hover{

color: #dddddd;

}




.anylinkcss a:hover{ /*hover background color*/



}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/

}

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

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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


