@charset "UTF-8";
/* CSS Document */

/* Put this inside a @media qualifier so Netscape 4 ignores it */

@media screen, print { 
	
	/* Turn off list bullets */
	
	ul.mktree  li { display: block; float: left; width: 170px; list-style: none; font: normal 12px "Helvetica", sans-serif; text-transform: uppercase; padding: 7px 0 7px 0; } 
	ul.mktree  li a { color: #ffffff; text-decoration: none; } 
	ul.mktree  li a:hover { color: #d77001; text-decoration: none; } 
	
	ul.mktree  li { background: transparent url(images/tree_BGa.jpg) top center repeat-x; padding: 7px 0 7px 0; margin: 0 0 0 0;}
	ul.mktree  li#itemOn { color: #d77001; padding: 7px 0 7px 0; margin: 0 0 0 0;}
	ul.mktree  li#itemOn a{ color: #d77001; padding: 7px 0 7px 0; margin: 0 0 0 0;}
	
	ul.mktree  li ul li { text-transform: capitalize;  padding: 5px 0 5px 0; margin: 0 0 0 0;}
	ul.mktree  li ul li a{ padding: 5px 0 5px 0; margin: 0 0 0 0;}
	ul.mktree  li ul li a:hover { color: #d77001; padding: 5px 0 5px 0; margin: 0 0 0 0; }
	
	ul.mktree  li ul li { width: 160px; background: transparent; /*border-bottom: 1px #222222 dotted ;background: transparent url(images/tree_BGb.jpg) top center repeat-x; */padding: 5px 0 5px 7px; margin: 0 0 0 0;}
	ul.mktree  li ul li#itemOn { color: #d77001; padding: 5px 0 5px 3px; margin: 0 0 0 0;}
	ul.mktree  li ul li#itemOn a{ color: #d77001; padding: 5px 0 5px 3px; margin: 0 0 0 0;}
	
	/* Control how "spaced out" the tree is */
	
	ul.mktree { margin-left: 0px; padding: 0 0 0 0; }
	
	ul.mktree ul { margin-left: 0px; padding: 10px 0 0px 0; }
	
	/* Provide space for our own "bullet" inside the LI */
	
	ul.mktree  li           .bullet { padding: 0 0 0 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(images/minus.gif)  center left no-repeat; padding: 7px 0 7px 15px;}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; padding: 7px 0 7px 15px;}
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; padding: 7px 0 7px 15px;}
	
	/* 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: 11px; }
	ul.mktree  li ul li { font-size: 11px; }
	ul.mktree  li ul li ul li { font-size: 11px; }
	ul.mktree  li ul li ul li ul li { font-size: 11px; }

}