/**********************************************/
/*                                            */
/*          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 .back a,
	#content #nav #filtersAvailable,
  #content #nav #filtersAvailable a { color:#FFF!important; }*/
  
  /* Green H3's for Left Hand Navigation 
  #content #nav #filtersAvailable h3 { color:#19BCB9!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;
  }                             */
  
  /* Back Button Styles 
  #content #nav p.back { background: url("/images/arrow-left.gif") no-repeat scroll 0 0.25em transparent; }
  #content #nav a,
  #content #nav a:visited,
  #content #nav a:hover { color:#FFF; }  */
  
/* 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; }  */

