/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
        ul.mktree { margin-bottom: 16px; }
	ul.mktree  li { list-style: none;  padding-top:8px; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:25px; margin-top:8px;}
	/* 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;}

	ul.mktree  li.liClosed  .bullet { cursor: pointer;}
	ul.mktree  li.liBullet  .bullet { cursor: default;}
        a.bullet {border-bottom:1px dashed #4368B9;}
	/* 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; }
        
	.leaf > .liOpen  .bullet { font-weight: bold; }
	.leaf > .liClosed .bullet { font-weight: normal; }
	
        /* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 18pt; color: #000; 1px border-bottom:dashed #4368B9;}
	ul.mktree  li ul { margin: 14px; }
	ul.mktree  li ul li { font-size: 9pt; list-style: disc outside; padding-left:21px;padding-top:8px; }
        ul.mktree  p {color:black;}
        .found {background-color:#ffd83a;}
        ul.mktree li ul.subgroup > li { font-size: 14pt; list-style: none; }
        ul.mktree li ul.subgroup > li ul li { list-style: disc outside; padding-left:21px; padding-top:8px;}
        ul.mktree li ul.subgroup > li ul li.liBullet { list-style: none; padding-left:0px;}
	ul.mktree  li ul li ul li { font-size: 9pt; list-style: none; margin-top:0px; padding-left:0px; padding-top:0px;}
	ul.mktree  li ul li ul li ul li { font-size: 9pt; }
        li.liBullet > a {color:#4368B9;}
        ul.mktree  a.bullet { color:#000; border-color:#000; }
        ul.mktree ul.leaf a.bullet {color: #4368B9; border-color:#4368B9; }
}
