/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print {

	ul.mktree {
		font-family: verdana,arial;
		font-size: 11px;
		white-space: nowrap;
		color: #000000;
		width:215px;
		}
	/* Turn off list bullets */
	ul.mktree li { list-style: none; }
	ul.mktree a, ul.mktree a:hover, ul.mktree a:visited { color: #000000; }
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 25px; height:12px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/img/red_flavour/html_treemenu/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/img/red_flavour/html_treemenu/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/img/red_flavour/html_treemenu/branch.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; margin-bottom:0px; }
	ul.mktree  li.liClosed  ul { display: none; }
	ul.mktree  li.liClosed  { padding-bottom:0px; }
	ul.mktree  li.liBullet  { padding-bottom:0px; }

	ul.mktree li {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding-left: 0px;
		}

	ul.mktree li ul li{
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding-left: 13px;
		}

	ul.mktree li ul li ul li{
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding-left: 13px;
		}
}
