.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2788FB;
}

.edizioni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.edizioni:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

.chiudi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.chiudi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #81B9FC;
}

td.menuTdL {
  width: 14px;
  height: 26px;
  background: transparent url(/themes/default/img/menu/tendina-l.gif) no-repeat;
}
td.menuTdR {
  width: 14px;
  height: 26px;
  background: transparent url(/themes/default/img/menu/tendina-r.gif) no-repeat;
}
td.menuTdC {
  height: 26px;
  background: url(/themes/default/img/menu/tendina-c.gif) repeat-x;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  color: #fff;
  font-size: 12px;
}