.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{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
z-index: 1; /* zIndex should be greater than that of shadow's below */
}

.anylinkcss ul{
margin: 0;
padding: 10px;
list-style-type: none;
}

.anylinkcss ul{
margin: 0;
padding: 10px;
list-style-type: none;

}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding-top: 0px;
text-decoration: none;
margin:0;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
z-index:1;
}

/* ######### Alternate multi-column class for drop down menus ######### */


ul, li	{
	margin:0px;
	}

.anylinkcsscols {
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
padding: 0px;
font: normal 12px Verdana;
z-index: 90; /*zIndex should be greater than that of shadow's below*/
}

.anylinkcsscols .column{
width: 160px;
float:left;
padding-bottom:7px;
text-align:left;
background: #f2ebd9;
z-index:10;
margin-top:12px;
}

.anylinkcsscols .column ul{
margin: 5;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
margin-right:10px;
text-indent:20px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 1; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
