I'm trying to have the background repeat to the right (x) on my nav bar.

current code is:

Code:
{
background-image:url('nav.png');
background-repeat:repeat-x
;
}
not my width of my site is 1000px, should i be putting in a unit for how many times i want it to repeat?