/**
 * Multi Level Drop Down Menu 3.0 - CSS Temp
 * April 17, 2010
 * Corey Hart @ http://www.codenothing.com
 */ 

#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 0;
}

#multi-ddm li {
	float: left;
	margin: 0px;
}

#multi-ddm li li {
	float: none;
}

#multi-ddm li a {
	display: block;
	width: 100px;
	text-align:center;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: #32CD32;
	border: 1px solid #008800;
}

#multi-ddm li ul a {
	width: 152px;
	padding: 1px;
	border: 1px solid #32CD32;
	border-top: none;
	font-size: 8pt;
	background-color: #008800;
	text-align: left;
}

#multi-ddm li a.parent-hover {
	background-color: #008800;
	border-left: 1px solid #32CD32;
}

#multi-ddm li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: 0;
	z-index: 90;
	padding: 0;
}

#multi-ddm li ul li a.first {
	border-top: 1px solid #32CD32;
}

#multi-ddm li ul li a.child-hover1 {
	background-color: #32CD32;
}

#multi-ddm li ul li a.child-hover2 {
	background-color: black;
	color: white;
}

#multi-ddm li ul li a.child-hover3 {
	background-color: purple;
	color: white;
}

#multi-ddm li ul li a.child-hover4 {
	background-color: blue;
	color: white;
}

#multi-ddm li ul li ul {
	margin: -17px 0 0 156px;
	position: absolute;
}

#multi-ddm span {
	float: right;
}

body
{
  font-family: Arial;
  color: #008800;
  background-color: #000000;
  scrollbar-base-color: #000000;
  scrollbar-arrow-color: #008800;
  margin: 0;
}
a:link
{
  color: #008800;
  text-decoration: none;
  cursor: hand;
}
a:visited
{
  color: #008800;
  text-decoration: none;
  cursor: hand;
}
a:active
{
  color: #008800;
  text-decoration: none;
  cursor: hand;
}
a:hover
{
  color: #008800;
  text-decoration: line-through;
  cursor: hand;
  return: true;
  font-weight: none;
  /*border-bottom: 1px dotted #008800;*/
}
a.freccia:hover
{
  text-decoration: none;
  cursor: hand;
  return: true;
  border-bottom: none;
}
#menu td
{
	border: 1px solid #008800;
    height: 12px;
	background-color: #FFFFFF;
	border-collapse: separate;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
#menu td:hover,
#menu .td_hover
{
    background-color: #32CD32;
}
#main
{
   	width: 780px;
   	background-color: #FFFFFF;
   	border-width: 0px 2px 0px 2px;
   	border-style: solid;
   	border-color: #008800;
}
#title
{
	background-color: #FFFFFF;
	width: 628px;
	height: 248px;
	border: 1px solid #008800;
}
#contentMenu
{
	background-color: #32CD32;
	width: 630px;
}
#content
{
	background-color: #FFFFFF;
	width: 630px;
}
textarea
{
  margin: 3px;
  background-color: #FFFFFF;
  border: 1px solid #008800;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  scrollbar-base-color: #008800;
  scrollbar-arrow-color: #FFFFFF;
}
input
{
  margin: 3px;
  background-color: #FFFFFF;
  border: 1px solid #008800;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}
select
{
  margin: 3px;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}
object
{
  border: 1px solid #008800;
}
table.modulo
{
  margin: 5px;
  font-size: 8pt;
  color: #000000;
}
table.tabellino
{
  text-align: justify;
  font-size: 7pt;
  color: #000000;
}
table.news
{
  text-align: justify;
  font-size: 8pt;
  color: #000000;
  border: 1px solid #008800;
}
td.titolo
{
  height: 18px;
  background-color: #008800;
  /*border: 1px solid #008800;*/
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 8pt;
}
td.sottotitolo
{
  height: 8px;
  background-color: #32CD32;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 7pt;
}
td.contenuto
{
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  color: #000000;
  font-size: 8pt;
}
td.Ttitle
{
  background-color: #008800;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
p
{
  text-align: justify;
  color: #000000;
  font-size: 8pt;
  margin: 0px 2px;
}
p.scritta
{
  text-align: left;
  color: #008800;
  font-size: 8pt;
  margin: 0px 2px;
}
p.menu
{
  text-align: center;
  font-weight: bold;
  color: #008800;
  font-size: 8pt;
  margin: 0px 2px;
}
span.sottomenu
{
  text-align: center;
  color: #000000;
  font-size: 7pt;
  margin: 0px 2px;
}
span.sottomenu1
{
  text-align: center;
  color: #000000;
  font-size: 6pt;
  font-style: italic;
  margin: 0px 2px;
}
span.sottomenu2
{
  text-align: center;
  color: #008800;
  font-size: 7pt;
  margin: 0px 2px;
}
span.news
{
  font-weight: bold;
  color: #008800;
  font-size: 8pt;
  text-decoration: underline;
  margin: 0px 2px;
}
span.newsH
{
  font-weight: bold;
  color: #008800;
  font-size: 7pt;
  text-decoration: underline;
  margin: 0px 2px;
}
span.title
{
  text-align: center;
  font-weight: bold;
  color: #008800;
  font-size: 8pt;
  margin: 0px 2px;
}
img.foto
{
  border: 1px solid #008800;
  width: 80px;
  height: 100px;
  cursor: hand;
}
img.fotoP
{
  border: 1px solid #008800;
  width: 200px;
  height: 160px;
  cursor: hand;
}
img.fotoA
{
  border: 1px solid #008800;
  width: 160px;
  height: 200px;
  cursor: hand;
}
img.fotoW
{
  border: 1px solid #008800;
  width: 100px;
  height: 80px;
  cursor: hand;
}
