I'm trying to work out how to get a navigational menu aligned in the center of the page, although so far i've been unsuccesful.
Please look at the following site:
www.taxrefundclaim.co.uk/testing
You will notice both navigational menu bars at the to the left as there is no margin set.
I'd like these to be in the middle of the page.
The css properties for this menu are below:
.menu
{
height:27px;
background-image:url(../images/menu_bgc1.jpg);
background-repeat:repeat-x;
width: auto;
}
.menu2
{
height:27px;
background-image:url(../images/menu_bgc1.jpg);
background-repeat:repeat-x;
width: auto;
}
Do i need to add anything else in or is a problem with the HTML i am using.
Thanks in advance.



