I'm experiencing an issue with my menu alignment. It appears perfectly centered in FF, Chrome, and IE, but shifts to the left in the Safari browser.
I'm not sure if there is a specific CSS property I need to use to correct this alignment.
<div class="wrapper">
<div class="header-row2">
<div id="cssmenu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/Page1.aspx">Page One</a></li>
<li><a href="/Page2.aspx">Page Two</a></li>
</ul>
</div>
</div>
</div>
http://codepen.io/anon/pen/NxmrBQ
I am using Safari browser 5.1.7 on Windows 7. https://i.sstatic.net/zwW3Y.jpg