
.divisorinterno{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCC;	
	
	}
	
/* CSS Tree menu styles */
ol.tree
{
	padding: 8px 0 0 0;
	width: 165px;
}

	li.file
	{
		margin-left: -1px !important;
	}
		li.file a
		{
	padding-left: 21px;
	text-decoration: none;
	display: block;
	font-size: small;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/flehaMenu.gif);
	background-repeat: no-repeat;
	background-position: right center;
		}
		li.file a {
	background-image:none;
	background-repeat: no-repeat;
	background-position: right;
}
		li.file a:hover{
	background-image: url(images/flehaMenu.gif);
	background-repeat: no-repeat;
	background-position: right;
}
	li.file a:active{
	background-image: url(images/flehaMenu.gif);
	background-repeat: no-repeat;
	background-position: right;
}
		
	li input
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		filter: alpha(opacity=0); 
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
		li input + ol
		{
			background: url(toggle-small-expand.png) 40px 0 no-repeat;
			margin: -0.938em 0 0 -44px; /* 15px */
			xdisplay: block;
			height: 1em;
			color:#06F;
		}
		li input + ol > li { height: 0; overflow: hidden; margin-left: -14px !important; padding-left: 1px; }
	li label
	{
	background: url(images/bullet_gris.gif) 15px 1px no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00ACEE;
	text-decoration: none;
	}

	li input:checked + ol
	{
		background: url(toggle-small.png) 40px 5px no-repeat;
		margin: -1.25em 0 0 -44px; /* 20px */
		padding: 1.563em 0 0 80px;
		height: auto;
	}
		li input:checked + ol > li { height: auto; margin: 0 0 0.125em;  /* 2px */}
		li input:checked + ol > li:last-child {
	margin: 0 0 0.063em; /* 1px */
	font-size: small;
	color: #999;
	text-decoration: none;
}
