/* 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 { padding:3px 0; }
	ul.mktree li { margin-left:60px !important; margin-left:30px !important!; margin-left:30px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	ul.mktree li a { text-decoration:none; color:#06F; }
	ul.mktree li a:hover { text-decoration:underline; }
	/* 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(images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; }
	ul.mktree  li.pdf  	.bullet { cursor: default; background: url(images/icon_pdf.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.doc 	.bullet { cursor: default; background: url(images/icon_doc.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.xls  	.bullet { cursor: default; background: url(images/icon_xls.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.img  	.bullet { cursor: default; background: url(images/icon_img.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.mov  	.bullet { cursor: default; background: url(images/icon_mov.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.txt  	.bullet { cursor: default; background: url(images/icon_txt.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.ppt  	.bullet { cursor: default; background: url(images/icon_ppt.gif) center left no-repeat; margin-right:2px; }
	ul.mktree  li.htm  	.bullet { cursor: default; background: url(images/icon_htm.gif) center left no-repeat; margin-right:2px; }
	/* 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; }
	ul.mktree  li.file a { color:#F00; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 16px; font-weight:bold; }
	ul.mktree li.pdf, ul.mktree li.doc, ul.mktree li.xls, ul.mktree li.img, ul.mktree li.mov, ul.mktree li.txt, ul.mktree li.ppt, ul.mktree li.htm {
		font-size: 14px; font-weight:normal;
	}
	ul.mktree  li ul li { font-size: 14px; font-weight:normal; }
	ul.mktree p { padding-left:25px; margin:0; }
	#breadcrumb a { text-decoration:none; color:#06F; }
	#breadcrumb a:hover { text-decoration:underline; } 
}
