/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li.liClosed { list-style-image: url('../images/plus.gif'); 
    font-size:13px;color:#bb0000;font-weight:bold;line-height:200%;  padding-left:10px;} 
    
    ul.mktree  li.liOpen { 
    font-size:13px;color:#bb0000;font-weight:bold;line-height:200%;} 
    
    
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
    
    	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left:5px; }
    
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	    
    ul.mktree  li.liOpen    .bullet 
    { cursor: pointer;  padding-left:10px;}
    
    
	ul.mktree  li.liClosed  .bullet { cursor: pointer;}

	ul.mktree  li.liBullet  .bullet { cursor: default; padding-left:5px; }
    
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; padding-left:10px;}
	ul.mktree  li.liClosed  ul { display: none; }
    
	/* Format menu items differently depending on what level of the tree they are in */
    
    /* This is the li that expands and collapses*/
	ul.mktree  li {clear:left;  font-size:14px; color:#990000; font-weight:bold;
                   line-height:200%;
                   }
	/* 1st entry after expanding li */    
	ul.mktree  li ul li{font-size:12px;font-weight:300;line-height:150%;
               color:#000000;
          /*     list-style-image: url('../images/plus.gif'); */
               }
                         
    ul.mktree  li ul li ul { font-size:12px;line-height:140%;
               font-weight:normal;color:#000000;margin-left:25px;
               }
             
    ul.mktree  li ul li ul li { font-size:12px;line-height:140%;
               font-weight:bold;color:#000000; border:none;
                 }
               
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
   
    /* not used yet*/
   ul.mktree h2 {font-size:14px;font-weight:bold;color:#000000;line-height:190%;
               }
   
    /* This formats the link to youtube section*/   
   ul.mktree h3 {font-size:12px; font-weight:bold; line-height:150%; color:#ffffff; background-color:#aa0000; }
   
    /* This formats the other bout titles - see h2 for the 1s title*/ 
   ul.mktree h4 {font-size:14px;font-weight:bold;color:#000000;line-height:190%;
              border-top-style:solid; border-top-color:#000000;
			   border-top-width:5px; }  
               
    /* This formats the winner line*/   
   ul.mktree h5 {font-size:12px;font-weight:bold;line-height:175%;
               font-style:italic;  }   

