#sidebar em
{
  display: block;
  margin: 0 10px 10px 10px;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  font-style: normal;
}

#sidebar a
{
  display:block;
  margin: 0 10px 5px 10px;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: small;
  padding: 5px;
  text-align: center
}

#sidebar a:hover
{
  margin: 0 7px 5px 7px;
}

a.quickclickanchor
{
/* padding-top: 4.5em; */
  overflow: hidden;
  position: relative;
  top: -4.5em;
  z-index: 1;
/* border: solid 1px #0F0; */
}

span.qcatext
{
	position: relative;
	top: 4.5em;
}