/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen {
	ul.mktree, ul.mktree li { list-style-type: none;}
	/* Control how "spaced out" the tree is */
	/*	ul.mktree ul  { margin-left: 0px;} */
	/*	Provide space for our own "bullet" inside the LI */ 
	ul.mktree  li.bullet { padding-left: 0px;}
	/* 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(../images/puce_menu_niv1.gif)  no-repeat 3px 5px; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/puce_menu_niv1.gif)   no-repeat 3px 5px; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/puce_menu_niv1.gif)  no-repeat 3px 5px; }*/
	/* 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: 9px; background: #FFFFFF; color: #D90102; font-weight: bold; background: transparent url(../images/puce_menu_niv1.gif) no-repeat 0px 2px; padding-left: 17px; }
	ul.mktree  li ul li {margin: 0 0 0 -10px; font-size: 9px; background: #FFFFFF; line-height: 12px; background: transparent url(../images/puce_menu_niv2_off.gif) no-repeat 0px 5px; padding-left: 7px; }
	ul.mktree  li ul li ul li { font-size: 1em; }
	ul.mktree  ul li ul li ul li li { font-size: 1em; }
}
