Sometime I can't see the tree's from the woods...
Look for:
Code:
/*"""""""" (MAIN) Container""""""""*/
/*""""""Edit the second value for
padding to adjust centering"""""*/
#qm0
{
padding:5px 275px;
margin:0px;
background-color:#000000;
background-image:url(images/nav/gradient_16.gif);
border-width:1px;
border-style:solid;
border-color:#000000;
}
Change to:
Code:
/*"""""""" (MAIN) Container""""""""*/
/*""""""Edit the second value for
padding to adjust centering"""""*/
#qm0
{
padding:5px 5px;
margin:0px;
background-color:#000000;
background-image:url(images/nav/gradient_16.gif);
border-width:1px;
border-style:solid;
border-color:#000000;
}
Job done!