Avoid using too specific selectors. This means that when you have any style you want that is an exception from the common styling, it will be easier to implement it and override the default applied styling.
div#container div#header ul#navigation li{
float: left;
}
#navigation li{
float: left;
}