
.textspan {
list-style: none;
float: left;
}

* html .textspan {
list-style: none;
margin-top: 0;
}

.textspan li a span {
display: none;
width: 550px;
background: transparent;
color: #918a6f;
padding: 0 0 0 0;

}

.textspan li a:hover span {
display: block;
position: absolute;
top: 94px;
left: 28%;
text-align: left;
}

.textspan li a span em {
display: block;
background: #918a6f;
text-align: justify;
}

.textspan li a img {
margin: 0 auto;
} 

.textspan li a {
display: block;
padding: 1px 0;
width: 550px;
height: 0px;
background: #000000;
text-align: left;
}

.textspan li {
display: block;
width: 550px;
height: 35px;
float: left;
margin: 0 0 0 -40px;
}

* html .textspan li {
margin: 0 0 0 0;
}

