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

	ul.mktree {
		font-family: arial;
		font-size: 11px;
		white-space: nowrap;
		color: #000000;
		width:198px;

		}
	/* Turn off list bullets */
	ul.mktree li { list-style: none; }
	ul.mktree a { color: #000000; text-decoration:none;}
	ul.mktree a:hover { color: #333333; text-decoration:none;}
	ul.mktree a:visited { text-decoration:none;}
	/* 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: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet {margin-left: 10px;  cursor: pointer; background: url(../img/dtree/arrow_open.gif)  center left no-repeat;	}
	ul.mktree  li.liClosed  .bullet {margin-left: 10px; cursor: pointer; background: url(../img/dtree/arrow_close.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet {margin-left: 10px; cursor: default; background: url(../img/dtree/empty.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; margin-top:3px; }
	ul.mktree  li.liClosed  ul { display: none; }
	ul.mktree  li.liClosed  { padding-bottom:3px; }
	ul.mktree  li.liBullet  { padding-bottom:3px; }

	ul.mktree li {
		background-color: #ffffff;
		background-image: url(../img/dtree/stripes0.gif);

		padding-left: 0px;
		padding-top: 3px;
		padding-bottom: 1px;
		}

	ul.mktree li ul li{
		background-color: #ffffff;
		background-image: url(../img/dtree/stripes1.gif);

		padding-left: 0px;
		padding-top: 3px;
		padding-bottom: 1px;
		}

	ul.mktree li ul li ul li{
		background-color: #7f9eb9;
		background-image: url(../img/dtree/stripes2.gif);

		padding-left: 8px;
		padding-top: 3px;
		padding-bottom: 1px;
		}

.dtree_main_bottom {
	width: 198px;
	height: 18px;
	background-image: url(../img/interface/category_bottom.png);
}

	/* Format menu items differently depending on what level of the tree they are in */
	/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
/*
	ul.mktree  li ul li { font-size: 90% }
*/

}

