

#sidebar-left {
 overflow: hidden; 
 font-size: 11px;
}

#sidebar-left :link, #sidebar-left :visited, #sidebar-left :link:hover, #sidebar-left :visited:hover {
 background: transparent;
 margin-bottom: 2px;
 border: none;
}

.sidebar-section, .sidebar-navbar-item, .sidebar-navbar-item-active { 
 padding: 0 .5em;
 margin: 0;
}

.sidebar-hdr { 
 margin: 0;
 font-size: 105%;
 padding: 2px .75em;
 background: #999; 
/* color: #fff; */
 color: #000;
}

.sidebar-section { 
/* padding: 1em .5em;*/
/*   padding: .5em 1em; */
   padding: 1em 1em;
/*  color: #999; */
 color: #000;
}

.sidebar-spacer { 
  margin: 0;
  padding: 0;
  border-top: 1px solid #e7e7e7;
}

.sidebar-navbar { }

.sidebar-navbar-item, .sidebar-navbar-item-active { 
  border-bottom: 1px solid #ccc;
/*  white-space: nowrap; */
  font-size: 10px;
}

.sidebar-navbar-item-active { 
   font-weight: bold;
   padding: .5em 1em;
   color: #fff;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   border-right: 1px solid #000;
/*    background: url("/gfx/navbar_gradient.png") top left #b00; */
   background: top left #ccc;
}

.sidebar-navbar-item-active a { 
/*    color: #fff; */
  color: #000;
  border-bottom: none;
}

.sidebar-navbar-item a { 
  display: block;
  padding: .5em 1em;
  margin-left: -.5em;
  margin-right: -.5em;
  border-bottom: none;
 }

.sidebar-navbar-item a:hover { 
   text-decoration: none;
   color: #c00;
/*    background-color: #900; */
}

a.sidebar-navbar-link { 
   font-weight: bold;
/*    color: #9c0000; */
   color: #ee0000;
}

