:root {
 
  --fondo0: #1958B7;
}

#dhtmlgoodies_menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	}
	#dhtmlgoodies_menu ul{	
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	#dhtmlgoodies_menu	li{
		border-bottom: 1px solid #90bade;
		margin: 0;
		
	}
	

	#dhtmlgoodies_menu	li a{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958B7;
		border-right: 10px solid #DADFD9;
		background-color: #FFFFFF;
		color: #3E5060;
		text-decoration: none;
		width: auto;
		}

	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#1958B7;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#FAFAFA;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#1958B7;	/* Blue background */
	}
#invisible
{
	display: none;
	visibility: hidden;
}
