I've used the simple vert menu on my template inside a div tag called navigation that does not have any padding. The menu insertion command is inside the tag and connected to the correct stylesheet.
When i look at the pages the menu is styled but with a huge(!) left margin.
Here is the css for the navigation area tag
div#navigation {
width: 193px;
background-color: #404129;
border: 1px #232317 solid;
float: left;
padding: 0px;
margin: 0px;
}
This with an unedited simple vert menu css stylesheet (which works correctly on the Left simple navigation + 1 column template)
The screenshot shows the menu with a very large left margin before customizing it's look, why is this ?
