/* Put this inside a @media qualifier so Netscape 4 ignores it */

@media screen, print {
	ul.mktree span{margin:0px; padding:0px; padding-bottom:4px; padding-top:4px;} 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none;}
	ul.mktree  li a{ text-decoration:none; color:#00A3E4; } 
	ul.mktree  li a:hover{ text-decoration:underline } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 20px;}
	ul.mktree  li.liBullet   .bullet { padding-left: 20px; margin-left:0px;}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	
	/*	Nivå 1*/
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/d/_minus.gif)  center left no-repeat;  color:#00A3E4}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/d/_plus.gif)   center left no-repeat;  color:#00A3E4}
	ul.mktree  li.liBullet  .bullet { cursor: pointer; background: url(/d/_pil.gif) center left no-repeat;  color:#00A3E4}
	
	/*	Nivå 2*/
	ul.mktree  li ul li.liOpen    .bullet { cursor: pointer; background: url(/d/_minus_pil_1.gif)  center left no-repeat;  color:#00A3E4; padding-left:30px; margin-left:6px;}
	ul.mktree  li ul li.liClosed  .bullet { cursor: pointer; background: url(/d/_plus_pil_1.gif)   center left no-repeat;  color:#00A3E4; padding-left:30px; margin-left:6px;}
	ul.mktree  li ul li.liBullet  .bullet { cursor: pointer; background:url(/d/_dot_pil_1.gif) center left no-repeat;  color:#00A3E4; padding-left:26px; margin-left:10px;}
	
	/*	Nivå 3*/
	ul.mktree  li ul li ul li.liOpen    .bullet { cursor: pointer; background: url(/d/_minus_pil_2.gif)  center left no-repeat;  color:#00A3E4; padding-left:46px; margin-left:5px;}
	ul.mktree  li ul li ul li.liClosed  .bullet { cursor: pointer; background: url(/d/_plus_pil_2.gif)   center left no-repeat;  color:#00A3E4; padding-left:46px; margin-left:5px;}	
	ul.mktree  li ul li ul li.liBullet  .bullet { cursor: pointer; background:url(/d/_dot_pil_2.gif) center left no-repeat;  color:#00A3E4; padding-left:46px; margin-left:5px;}	
	
	/*	Nivå 4*/
	ul.mktree  li ul li ul li ul li.liOpen    .bullet { cursor: pointer; background: url(/d/_minus_pil_2.gif)  center left no-repeat;  color:#00A3E4; padding-left:61px; margin-left:5px;}
	ul.mktree  li ul li ul li ul li.liClosed  .bullet { cursor: pointer; background: url(/d/_plus_pil_2.gif)   center left no-repeat;  color:#00A3E4; padding-left:61px; margin-left:5px;}	
	ul.mktree  li ul li ul li ul li.liBullet  .bullet { cursor: pointer; background:url(/d/_dot_pil_3.gif) center left no-repeat;  color:#00A3E4; padding-left:61px; margin-left:5px;}	
	
	
	/* 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: 10pt; line-height:16.5pt;}
	ul.mktree  li ul li { font-size: 10pt;}
	ul.mktree  li ul li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li ul li { font-size: 10pt; }
}
