
	/* MENUS.CSS */
		
	/* LAYER DEFINITION */
	#xtitolo
	{
	position:		absolute	;
	top:			0px			;
	left:			130px		;
	font-family:	Verdana	;
	font-size:		16pt		;
	font-weight:	bold		;
	color:			white		;
	}

	#xtesto
	{
	font-family:	Verdana	;
	font-size:		12px		;
	/*text-align:	justify	;	*/
	font-weight:	normal		;
	color:			navy		;
	}			
	
	#xpaglini
	{
	font-family:	Arial		;
	font-size:		10pt			;
	font-weight:	bold		;
	}

	/* TAG MODIFICATION */

	BODY { font-family:verdana; font-size:70%; }
	H1 { font-size:120%; font-style:italic; }

	A { text-decoration:none; color:navy; font-weight:bold; }
	A:hover { color:white; }

	
/*	SPOSTATO IN xhead.asp
DIV#divMenuBar {	background-color:#ffc601; position:absolute; top:70px; left:115px; width:664px; }
*/
	TABLE#tblMenuBar TD { font-size:60%; color:navy; padding:0px 5px 0px 5px; cursor:default; }
	TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:bold; cursor:hand; }
	
	BUTTON { font-family:tahoma; font-size:100%; }


	/* CLASSES */
	
	DIV.clsMenu { 
		font-size:90%; background-color:#ffbf01; 
		position:absolute; visibility:hidden; width:130px; 
		padding:5px 5px 5px 8px; border-top:1 white solid; 
	}
	DIV.clsMenu A { text-decoration:none; color:navy; font-weight:bold; }
	DIV.clsMenu A:hover { color:white; }
