/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
/* Turn off list bullets */
	ul.mktree  li { 
		list-style: none;
		margin-left: 0;
		padding-left: 0.5em;
		text-indent: -1em;
	
} 
/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { 
		margin-left:1px;  
		margin-top: 0em; 
		padding-top: 0em;
}
		
/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { 
		padding-left: 15px; 
}
	
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { 
		cursor: pointer; 
		background: url(/tresor/utils/mktree/minus.gif)  top left no-repeat; 
}
	
	ul.mktree  li.liClosed  .bullet { 
		cursor: pointer; 
		background: url(/tresor/utils/mktree/plus.gif)   top left no-repeat;	
}
	
	ul.mktree  li.liBullet  .bullet { 
		cursor: default; 
		background: url(/tresor/utils/mktree/ico_pijl_3.gif) center center no-repeat; 
}
/*ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/tresor/utils/mktree/bullet.gif) top 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 { font-size: 11pt; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #000; BACKGROUND-COLOR: #E6E5E4 }
	ul.mktree  li ul li { font-size: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #E6E5E4 }
	ul.mktree  li ul li ul li { font-size: 8pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #E6E5E4 }
	ul.mktree  li ul li ul li ul li { font-size: 8pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #E6E5E4 }
	 
}              

Body { font-family: Arial; color: #000; background-color: #E6E5E4; }   

A:link {font-family: Arial; color: #000; text-decoration: none; }  
A:visited {font-family: Arial; color: #696969; text-decoration: none; }
A:hover {font-family: Arial; color: #000; text-decoration: underline; }
A:active {font-family: Arial; color: #000; text-decoration: none; }

h1 { font-weight: bold; font-size: 14pt; color: #000; font-style: normal; font-family: Arial; }




