div.menItem a:link,
div.menItem a:visited,
div.menItem a:active {
  display: block;
  text-align: left;
  color: #009700;
  background-color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.80em;
  font-weight: 600;
  border: 0px solid #FF6347;
  border: 0px solid #009700;
  padding: 5px;
  margin: 10px 0px 10px 0px;
  /* if bottom is > top, then moves vertically on hover*/
  width: 90px;
  text-decoration: none;
}
div.menItem a:hover {
  background-color: #ff6347;
  background-color: #009700;
  text-decoration: none;
  color: #ffffff;
}
div.menItemCurr a:link,
div.menItemCurr a:visited,
div.menItemCurr a:active {
  display: block;
  text-align: left;
  color: #ff6347;
  color: #009700;
  background-color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.80em;
  font-weight: 600;
  border: 1px solid #FF6347;
  border: 1px solid #009700;
  padding: 5px;
  margin: 10px 0px 10px 0px;
  /* if bottom is > top, then moves vertically on hover*/
  width: 90px;
  text-decoration: none;
}
div.menItemCurr a:hover {
  background-color: #ff6347;
  background-color: #009700;
  text-decoration: none;
  color: #ffffff;
}
/*
div.menItem span.visiting a:hover {color: #990066;}
div.menItem span.backstage a:hover {color: #FF9933;}
div.menItem span.education a:hover {color: #336600;}
div.menItem span.supporters a:hover {color: #3399CC;}
div.menItem span.bookshop a:hover {color: #990066;}
*/
/* NAV dhtmlMENU */
div.dhtmlmenu {
  margin: 0 0 0 -1px;
  position: absolute;
  z-index: 999999;
  visibility: hidden;
  top: 0px;
  left: 0px;
}
div.dhtmlmenu a:link,
div.dhtmlmenu a:visited,
div.dhtmlmenu a:active {
  margin: 0px 0px 0px 0px;
  /*
	background-color: #FF6347;
	color: white;
	*/
  background-color: #CCCCCC;
  color: #FF6347;
  color: #009700;
  display: block;
  height: 17px;
  width: 139px;
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.80em;
  font-weight: 600;
  border-top: 1px solid #ffffff;
  text-transform: none;
  text-decoration: none;
  padding: 3px 0 3px 5px;
}
div.dhtmlmenu a:hover {
  text-decoration: none;
  background-color: #FF6347;
  background-color: #009700;
  color: white;
}
