.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu {
  position: absolute;
  left: 0;
  top: 20px;
  display:block;
  visibility: hidden;
  line-height: 18px;
  z-index: 100; /* zIndex should be greater than that of shadow's below */
  background:url(images/overlay.png);
}

.anylinkmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anylinkmenu ul li a:link, .anylinkmenu ul li a:visited {
  display:block;
  width:200px;
  padding:3px;
  color:#fff;
  font-weight:normal;
  font-family:Verdana,Arial,Tahoma;
  font-size:13px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.anylinkmenu ul li a:hover{ /*hover background color*/
  text-decoration:underline;
}


/* ######### class for shadow DIV ######### */

.anylinkshadow{
}
