/* Put this inside a @media qualifier so Netscape 4 ignores it */


	/* Turn off list bullets */
	ul.mktree li  { list-style: none; 
					font-size: 10pt; 
					font-weight: bold; 
					text-decoration:none; 
					color:#DC7519;
					cursor: pointer;
					padding-top: 10px } 
					
					
	ul.mktree  li ul li { list-style: none; 
						font-size: 8pt; 
						font-weight: normal; 
						text-decoration:none; 
						color:#DC7519;
						cursor: pointer;
						padding-left: 5px }					


	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding-bottom: 5px }
	

	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px }
	

	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  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.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }


	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li ul li { font-size: 8pt; padding-left: 5px }
	ul.mktree  li ul li ul li { font-size: 8pt; padding-top: 15px }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }

.categories_item {font-size: 8pt; font-weight: normal; text-decoration:none; color:#DC7519}
:hover.categories_item {font-size: 8pt; font-weight: normal; text-decoration:underlined; color:#DC7519}
