/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt; /*10pt;*/
	color: #000000;
}

a.phplm:link, a.phplm:visited, a.phplm:active		{
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt; /*8pt; /* 10pt */
	font-weight: bold; /* aggiunto */
	/*color: #004400;*/

}

/* ----
a.phplm:visited	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #726461;
}
---
*/

a.phplm:hover	{
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt; /*8pt ; /* 10pt; */
	/*color:  #841212; */
	background-color: #ccc;/*green; /* #fff0c0; */
}

/* ----
a.phplm:active	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #ff0000;
}
----
*/
.phplmbodytable	{
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt;
	background-color: #fffae4;
}

.ivorybodytable	{       /* SFONDO  MENU TESTA*/
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt; /* 10pt; */
/*	background-color: #fffff8;*/
	background-color: #012768;
}

.ivorybodytable2	{ /* SFONDO SOTTO MENU */
	/* font-family: arial, sans-serif, helvetica; */
	font-size: 8pt; /* 10pt; */
	/*background-color: #ccc ;*/
	background-color:#909090;
}

.darkbordertable	{
	background-color: #726461;
}

.blackbordertable	{
	background-color: #000000;
}

.greenbordertable	{  /* titolo sotto menu */
	background-color: #369156;
	padding-left: 8px;
	font-family: arial, sans-serif, helvetica;
	font-size: 8pt; /* 10pt; */
} 

.greybordertable	{
	background-color: #090909;
} 

.darkgreenbordertable	{
	background-color: #839983;
}

.redbordertable	{
	background-color: #aa5859;
}

.orangebordertable	{
	background-color: #ff8c00; /*#df9500;*/
	font-size:8pt;
	color:white;
}

/* Styles related to the PHP Layers Menu System end here */


