Link to your site would be helpful.
Sorry, it’s a local build.
Here’s the HTML being generated by WordPress:-
<body>
<div id="wrapper">
<div id="serverdate">Saturday, 19 February 2011</div>
<div id="masthead">
<div id="logo"><img src="http://localhost/editions/wp-content/themes/EditionsFinancial/images/edi_Logo.gif" /></div>
</div>
<div id="navigation"><div class="menu">
<li class="current_page_item">Home<li class="page_item page-item-2">About<li class="page_item page-item-4">Test
</div>
</div>
</div>
</body>
And the CSS
#navigation li{
display: inline-block;
width: 143px;
height: 30px;
padding-left: 30px;
background-image:url(../images/bullet.png);
background-repeat: no-repeat;
margin-top: 9px;
margin-right: 20px;
margin-left: 0px;
border-top: 5px solid black;
zoom: 1;
*display:inline;
}
Thanks in advance.
And this is how it renders the menu. The red outline is just to mark the containing div.
http://img402.imageshack.us/img402/9344/fireshotprocapture122ed.png
Really grateful for any help.