/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen { 
	/* Turn off list bullets */
	ul.mktree li { list-style: none; padding: 0px; margin: 0px; color: #19328F; } 
	ul.mktree		{ margin: 0px; padding: 0px; line-height: 1.3em; background: #96CCDA; }
	/* margin-left controls how "spaced out" the tree is ; DON'T TOUCH THE PADDING */
	ul.mktree ul  {  padding: 0px; margin-left: 0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 8px; margin-left: 3px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; cursor: hand; background: url(../images/th_minus.gif) 0px 2px no-repeat; }
	ul.mktree  li.liOpen { color: #BB2B2B; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; cursor: hand; background: url(../images/th_plus.gif) 0px 2px no-repeat; }
	ul.mktree  li.liClosed:hover  .bullet { background: url(../images/th_plus_ani.gif) 0px 2px no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/th_bullet.gif) 0px 2px 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 { font-size: 1em; border-top: 1px solid #CBE6ED; }
	ul.mktree  li ul li { font-size: 1em; padding: 0 0 0 12px; border-top-width: 0; background: #E0F0F4 !important; }
	ul.mktree  li ul li#it_on, ul.mktree  li ul li#it_on a { color: #BB2B2B; }
	ul.mktree  li ul li ul li { font-size: 1em; }
	ul.mktree  ul li ul li ul li li { font-size: 1em; }
	
	ul.mktree a { color: #19328F; text-decoration: none; }
	ul.mktree a:hover { color: #19328F; text-decoration: underline; }
}
