/* the container div properties */
#navbar  {
  text-align: center; 
  padding-right: 6px; 
  padding-bottom: 15px; 
  padding-left: 6px; 
  width: 127px; 
}

.nbContent  { background-color: #2f2626; border: 0px; }


#navbar a { 
  color: white; 
  font-size: 11pt; 
  font-weight: bold; 
  font-stretch: ultra-condensed; 
  text-decoration: none;
  text-transform: lowercase; 
  outline-color: #fff;
}

#navbar a:hover {
  color: #807d73; 
  text-decoration: none; 
}

.button  {
  color: white;
  /* background-image: url("media/general_images/gradient.jpg");
  background-repeat: repeat-y; */
  background-position: right 50%;
  text-align: right; 
  cursor: pointer; 
  padding: 1px 5px 1px 8px; 
  height: 15px; 
}

.button:hover {
  color: #807d73; 
  text-decoration: none; 
}