Don’t edit the main theme because when you update it the changes will be lost. Always create a child theme for your customizations. That said,
changing the following in your css file
ul.navigation{background:#000 url(images/nav.png) repeat-x left top;
to
ul.navigation{background:#000;
will remove the background image for the navigation.