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

	ul.mktree {
		font-family: verdana,arial;
		font-size: 10px;
		white-space: nowrap;
		color: #FFFFFF;
		width:180px;
		}
	/* Turn off list bullets */
	ul.mktree li { list-style: none; }
	ul.mktree a, ul.mktree a:hover, ul.mktree a:visited { color: #FFFFFF; }
	/* 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 { cursor: pointer; background: url(../img/dtree/arrow_open.gif)  center left no-repeat;	}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../img/dtree/arrow_close.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { 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: #172453;
		background-image: url(../img/dtree/stripes1.gif);
		border-top: 1px solid #595c85;
		padding-left: 0px;
		padding-top: 3px;
		}

	ul.mktree li ul li{
		background-color: #464c76;
		background-image: url(../img/dtree/stripes2.gif);
		border-top: 1px solid #192654;
		padding-left: 4px;
		padding-top: 3px;
		}

	ul.mktree li ul li ul li{
		background-color: #6B6F8D;
		background-image: url(../img/dtree/stripes3.gif);
		border-top: 1px solid #192654;
		padding-left: 8px;
		padding-top: 3px;
		}

.dtree_main_bottom {
	width: 180px;
	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% }
*/

}
