.sponsors{
    min-height: 1px;
    position: relative;
    margin: 0 -20px 0 0;
    padding: 0;
    list-style: none;
} * html .sponsors{ height: 1px; } .sponsors:after{ content: "."; height: 0; visibility: hidden; display: block; clear: both; }

.sponsors li{
    padding: 0;
    width: 320px;
    margin: 0 10px 10px 0;
    float: left;
    list-style: none;
}

.sponsors li a{
    display: block;
    background: url(sponsor.gif) repeat;
    position: relative;
    min-height: 59px;
    padding: 10px 10px 10px 80px;
    line-height: 16px;
    border-top: 1px solid #92908a;
	border-left: 1px solid #92908a;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.sponsors li a strong{
    font-size: .88em;
    display: block;
    color: #333;
    
}

.sponsors li a .url{
    font-size: .69em;
    display: block;
    color: #555;
}

.sponsors li a img{
    position: absolute;
    background: #fff;
    left: 5px;
    top: 5px;
    border-right: 1px solid #92908a;
	border-bottom: 1px solid #92908a;
}

.sponsors li a:hover{
    background: #61605b;
	text-decoration: none;
}

.sponsors li a:hover strong{
    color: #fff;
}

.sponsors li a:hover .url{
    color: #403f3c;
}




