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


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

.anylinkcss{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 0px solid white;
  border-bottom-width: 0;
  font: normal 11px helvetica;
  line-height: 16px;
  z-index: 100; /* zIndex should be greater than that of shadow's below */
  width: 150px; /* default width for menu */
}

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

.anylinkcss li.indent { padding-left:12px; }

.anylinkcss ul li a:link, .anylinkcss ul li a:visited {
  width: 100%;
  display: block;
  border-bottom: 0px solid white;
  padding: 1px 0;
  text-decoration: none;
  font-weight: normal;
  color: #4a3a1f;
  text-indent: 2px;
}

.anylinkcss ul li a:hover, .anylinkcss ul li a:active {
  color: #4a3a1f;
  text-decoration:underline;
}

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


.anylinkcsscols{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 0px solid white;
  padding: 10px;
  font: normal 11px helvetica;
  z-index: 100; /*zIndex should be greater than that of shadow's below*/
  background: #DEFFCA;
}

.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 ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */

}
