.leftBottomMenuHeading {
  Font-family: Verdana, sans-serif; 
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #3c4752;
  padding-top: 10px;
  padding-left: 6px;
}

.leftBottomMenuLinks a {
  Font-family: Verdana, sans-serif; 
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #3c4752;
  display: block;
  padding-left: 10px;
}

.leftBottomMenuLinks a:hover {
  Font-family: Verdana, sans-serif; 
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  text-decoration: none;
  color: orange;
  display: block;
  padding-left: 10px;
  Background-image: url(../images/arrow_orange.gif);
  Background-repeat: no-repeat;
  background-position: left;
}