#showLeft ul {
	margin: 0; padding: 0;
	font-weight: normal;
	list-style-type: none;
	}
#showLeft ul ul {
	width: 159px;
	margin: 0; padding: 0 6px 6px 6px;
	background: #e0e0e0;
	font-weight: normal;
	list-style-type: none;
	}
#showLeft ul ul ul {
	width: 149px;
	margin: 0; padding: 0 0 0 10px;
	font-weight: normal;
	list-style-type: square !important;
	}

#showLeft a {
	color: #787878;
	font-weight: bold;
	}
#showLeft a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

#showLeft ul li {
  display: inline; /* this gets rid of the gaps */
  }
#showLeft ul li a {
  display: block;
  }
	
#showLeft li.open ul   { display:block; }
#showLeft li.closed ul { display:none }

#showLeft a.activeLink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
