#awards ul {
	margin: 0 10px 10px 5px;
	padding: 0;
	color: #c0c0c0;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	}
	
#awards ul li {
	list-style: none;
	background: url(awdbullet.gif) no-repeat 5px 5px;
	margin: 0;
	padding: 0 0 8px 18px;
	line-height: 1.5em;
	}

#awards a.info {
  position: relative;
  z-index: 24;
  color: #e8ce89;
  text-decoration: none;
  }

#awards a.info:hover{
  z-index: 25;
  background: #ffffff;
  color: #000000;
  }

#awards a.info span {display: none}

#awards a.info:hover span { /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 20px; left: 20px;
  width: 250px;
  height: 17px;
  border: 1px solid #e8ce89;
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  text-align: center;
  font-size: 11px;
  }
