/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
/*	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; } */
     	ul.mktree { margin-left:-4px; padding:0px; }
	ul.mktree ul { margin-left:6px; padding:0px; } 
	ul.mktree li { padding-left: 1px; } 
	
/*	ul.mktree { margin-left:-5px; padding:0px; }
	ul.mktree ul { margin-left:3px; padding:0px; } 
	ul.mktree li { padding-left: 5px; }  */

	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { margin-left:3px; padding:0px;}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { padding-left: 15px; cursor: pointer; background: url(../imagens/ico_minus.gif)  no-repeat 0 2px; }
	ul.mktree  li.liClosed  .bullet { padding-left: 10px; cursor: pointer; background: url(../imagens/ico_plus.gif)   no-repeat 0 2px; }
	ul.mktree  li.liBullet  .bullet { padding-left: 9px; cursor: default; background: url(/#) center left no-repeat; } 
	
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { white-space: font-size: 8pt; }
	ul.mktree  li ul li { white-space: font-size: 8pt; }
	ul.mktree  li ul li ul li { white-space: font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { white-space: font-size: 8pt; }
	
	.blockwrapper {margin-top:-15px; margin-bottom:0px; padding-left:16px;}

}