/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree2  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree2, ul.mktree ul , ul.mktree li { margin-left:0px; padding:1px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree2  li           .bullet { padding-left: 10px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree2  li.liOpen    .bullet { cursor: pointer; background:  url(http://www.surfcombermotel.com/images/arrow2.gif) center left no-repeat; }
	ul.mktree2  li.liClosed  .bullet { cursor: pointer; background:  url(http://www.surfcombermotel.com/images/arrow1.gif) center left no-repeat; }
	ul.mktree2  li.liBullet  .bullet { cursor: default; background:  url(http://www.surfcombermotel.com/images/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree2  li.liOpen    ul { display: block; }
	ul.mktree2  li.liClosed  ul { display: none;  }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree2  li { font-size: 14px; font-family: verdana; font-weight: bold; color: #006699;}
	ul.mktree2  li ul li { font-size: .80em; font-weight: normal; color: #333333; margin-left:-20px; padding:2px;}
	ul.mktree2  li ul li ul li { font-size: 8pt; }
	ul.mktree2  li ul li ul li ul li { font-size: 6pt; }
}
