Written by
AndiZ
In Safari (OSX) the topmenu-shadow and the bottom-shadow are wrongly displayed. See it here:
http://free.51megs.com/andiz/shadow.jpg
To fix this, add :
width: 100%; /* Be nice to Safari */
to the CSS-Definitions #topmenu-shadow{} and #bottom-shadow{} in global.tpl.php.
------
AndiZ
Fixed in CVS. Thank you for reporting.