body{
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: 600;
	text-decoration: none;
	color: Black;
}

.menuP1norm { /* Stato NORMALE dell'intestazione del menų */
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: Black;
	text-decoration: none;
	cursor: pointer;
}

.menuP1over { /* Stato OVER dell'intestazione del menų */
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
}

.menuP1clck { /* Stato ONCLICK dell'intestazione del menų  */
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
}

.menuS1norm { /* Stato NORMALE del sottomenų */
	padding: 3px;
	margin-left: 35px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: Black;
	text-decoration: none;
	border-top: 1px solid #AEA99F;
	background: #EBEFEF;
	cursor: pointer;
}

.menuS1over { /* Stato OVER del sottomenų */
	padding: 3px;
	margin-left: 35px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: Black;
	text-decoration: none;
	border-top: 1px solid #AEA99F;
	background: #DBDFDF;
	cursor: pointer;
}

.menuS1clck { /* Stato ONCLICK del sottomenų */
	padding: 3px;
	margin-left: 35px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-size-adjust: 0.58;
	font-weight: 600;
	color: #FF9900;
	text-decoration: none;
	border-top: 1px solid #AEA99F;
	background: #DBDFDF;
	cursor: pointer;
}