@media screen, print { 
	/* Turn off list bullets */
	ul.nocmenutree  li { list-style: none;b } 
	/* Control how "spaced out" the tree is */
	ul.nocmenutree, ul.nocmenutree ul , ul.nocmenutree li { margin-left:5px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.nocmenutree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.nocmenutree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
	ul.nocmenutree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	ul.nocmenutree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.nocmenutree  li.liOpen    ul { display: block;margin-left: -2px;border: 1px solid #F2F3ED;padding: 5px 6px 5px 0px; }
	ul.nocmenutree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.nocmenutree  li { font-size: 8pt; line-height: 1.6em; }
	ul.nocmenutree  li a:hover { color: #A1A1A1; }
	ul.nocmenutree  li ul li { font-size: 8pt; }
	ul.nocmenutree  li ul li ul li { font-size: 8pt; }
	ul.nocmenutree  li ul li ul li ul li { font-size: 8pt; }
}
