/**********************************************/
/*                                            */
/*          Stylesheet for Very:              */
/*          + Black left hand navigation      */
/*          + Black breadcrumb                */
/*                                            */
/**********************************************/

/* Black left hand navigation styles */

  /* Black Background for Left Hand Navigation 
  #content,
  #content #nav,
  #content #nav #filtersAvailable { background-color:#000; }*/
  
  /* White Links for Left Hand Navigation 
  #content #nav,
  #content #nav #filtersAvailable,
  #content #nav #filtersAvailable a { color:#FFF!important; }   */
  
  /* Full Width Links for Left Hand Navigation */
  #content #nav #filtersAvailable a {
    display:block;
    width:150px;
  }
  
  /* H1 Borders for Left Hand Navigation 
  #nav h1 {
    border-width:1px 0;
    border-color:#666;
  }                                  */
  
/* Black breadcrumb styles */

  /* Black background for Breadcrumb 
  #headerFoot { border-bottom-color:#000; }
  #crumbTrail { background-color:#000; }  */
  
  /* White Links for Breadcrumb 
  #crumbTrail, #crumbTrail a { color:#FFF; }*/

