/* STRUTTURA MENU2 - menu principale */
#menu2 		{
	clear: left;
	width: 786px;
	font-size: 10px;
	z-index: 100;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	}

#menu2 ul	{
	border: 0;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
#menu2 li	{
	float: left;
	text-align: center;
	margin: 1px;
	}
	
#menu2 a:link, #menu2 a:visited, #menu2 a:active {
	display: block;
	width: 110px;
	height: 38px;
	line-height: 13px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	}
	
#menu2 li#uno a:link, #menu2 li#uno a:visited, #menu2 li#uno a:active {
	width: 110px;
	line-height: 13px;
	background-color: #007C31;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#uno a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

#menu2 li#due a:link, #menu2 li#due a:visited, #menu2 li#due a:active {
	background-color: #198945;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#due a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

#menu2 li#tre a:link, #menu2 li#tre a:visited, #menu2 li#tre a:active {
	background-color: #309557;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#tre a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
#menu2 li#quattro a:link, #menu2 li#quattro a:visited, #menu2 li#quattro a:active {
	background-color: #449f67;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#quattro a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

#menu2 li#cinque a:link, #menu2 li#cinque a:visited, #menu2 li#cinque a:active {
	background-color: #57a976;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#cinque a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

#menu2 li#sei a:link, #menu2 li#sei a:visited, #menu2 li#sei a:active {
	background-color: #67b183;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#sei a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

#menu2 li#sette a:link, #menu2 li#sette a:visited, #menu2 li#sette a:active {
	background-color: #76b990;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2 li#sette a:hover {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
#menu2  li#otto   a:hover{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */


.dropmenudiv {
	position: absolute;
	padding: 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 100;
	background-color: #66CCFF;
	width: 541px;
	left: 204px;
	top: 128px;
	visibility: hidden;
/* background: url(../images/bgdrop.gif) right repeat-y; */
}
*>.dropmenudiv { /* IMPORTANTE - per firefox - per evitare che la tendina finisca sotto ai banner */
z-index: 300;
  } 

.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	display: block;
	margin: 0;
	padding: 3px 2px 3px 5px; /*Theme Change here*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #27356D;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	color: #000000;
	text-decoration: none;
}

#dropmenu_uno { /*per allargare la prima tendina*/
	width: 418px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #27356D;
}


/* per voci non attive - provvisoriamente nascoste */
a.nocursor:link, a.nocursor:active, a.nocursor:visited, a.nocursor:hover { 
display: none;
}
a.nocursor:hover { 
cursor: default;
color: #FFFFFF;
}
#menu2  li#unoblu        {
	width: 110px;
	line-height: 16px;
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-position: center;
}
#menu2 li#dueblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu2 li#treblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu2 li#quattroblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu2 li#cinqueblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu2 li#seiblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu2 li#setteblu {
	background-color: #132861;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
