Danke für die Tipps!
So funktioniert's in Firefox und Safari:
.team ul {position:absolute; bottom:0; right:0; -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}
.team ul li {display:inline; float:left; margin:0 1px 1px 0; list-style:none; height:64px; line-height:64px; -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}
Hab noch ein transform ohne Vorzeichen hinzugefügt in der Hoffnung, dass diese Eigenschaft irgendwann zum Standard wird.