Why would you need conditional statements for Safari? Conditional statements support only by IE for the rest you can use CSS hacks.
The were some bugs in Safari that allowed to use some hacks like /* Be nasty to Safari */ @media all { @import url(style.css); /* rules */ } /* End be nasty to Safari */
But I'm not sure if it's still works they might fixed the problem.