/* -----mktree------------- */

/* Turn off list bullets */
div.sidebox ul.mktree  li { list-style: none; } 

/* Control how "spaced out" the tree is */
div.sidebox ul.mktree { margin-left:0px; padding:0px; padding-top: 5px; padding-bottom: 10px;}
div.sidebox ul.mktree ul { margin-left:15px; padding:0px; padding-top: 5px; padding-bottom: 5px; }
div.sidebox ul.mktree li { margin-left:0px; padding:0px; padding-top: 1px; padding-bottom: 1px; }

/* Provide space for our own "bullet" inside the LI */
div.sidebox ul.mktree  li           .bullet { padding-left: 17px; white-space: normal; width: 130px; display: block; }
div.sidebox ul.mktree  li li li     .bullet { width: 115px; }

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
div.sidebox ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(tree_arrow_open.gif) left 2px no-repeat; font-weight: bold; color: #3B4B58; padding-top: 1px;}
div.sidebox ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(tree_arrow_closed.gif) left 2px no-repeat; font-weight: normal; color: #383838; padding-top: 1px;}
div.sidebox ul.mktree  li.liBullet  .bullet { cursor: default; background: url(tree_bullet.gif) left 2px no-repeat; }

/* Sublists are visible or not based on class of parent LI */
div.sidebox ul.mktree  li.liOpen    ul { display: block; }
div.sidebox ul.mktree  li.liClosed  ul { display: none; }

/* Format menu items differently depending on what level of the tree they are in */
div.sidebox ul.mktree  li a,
div.sidebox ul.mktree  li { 
    font-size: 11px; 
    font-family: sans-serif, Trebuchet MS, Helvetica, Verdana, Arial;
    letter-spacing: 0px;
    color: #383838;
    font-weight: normal;
}

/*UI Fix created for hi-lighting of category*/
div.sidebox ul.mktree  li a.catClick{ 
    font-size: 11px; 
    font-family: sans-serif, Trebuchet MS, Helvetica, Verdana, Arial;
    letter-spacing: 0px;
    color: #666666;/*#3F5969;*/
    font-weight: bold;
}
div.sidebox ul.mktree  li a.parentCatClick{ 
cursor: pointer; 
font-weight: bold; color: #3B4B58; padding-top: 1px;}