/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style:none; width:180px;} 
	/* Control how "spaced out" the tree is */
	ul.mktree { margin:0px; padding:0px; }
	ul.mktree ul , ul.mktree li { margin-left:9px; padding:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; }
	/* 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(/img/red_minus_no.gif)  center left no-repeat; float: left; }
	ul.mktree  li.liClosed  .bullet { cursor:pointer; background:url(/img/black_plus_no_bg.gif)   center left no-repeat;color:#000000; float: left; }
	ul.mktree  li.liBullet  .bullet { cursor:default; background:url(/img/red_nav_arrow_tree.gif) center left no-repeat; float: left; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display:inline-block;background-color:transparent;}
	
	ul.mktree  li.liClosed  ul { display:none;background-color:transparent;}
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size:10pt;font-family: verdana }
	ul.mktree  li ul li { font-size:8pt; }
	ul.mktree  li ul li ul li { font-size:8pt; }
	ul.mktree  li ul li ul li ul li { font-size:8pt; }
	.liText {margin-left:20px; width: 145px; padding-right:10px;}
	.liText A {COLOR: #000000; text-decoration: none;}

}
