codice:
<style type="text/css">
 .menu {
  	  position: absolute;
     top: 0px;
     left: 250px;
     width: 550px;
     height: 20px;
     color: #ffffff;
     background-color: #000000;
}
.menu p {
		    margin: 0;
          padding: 0;
          float:left;
			 margin-right:50px;
 		    background-color: #000000;
}

 .band {
  	  position: absolute;
     top:0px;
     left: 800px;
     width: 261px;
     height: 20px;
     color: #ffffff;
     background-color: #ffffff;
 }
.band p {
		    margin: 0;
          padding: 0;
          float:left;
			 margin-right:30px;
 		    background-color: #000000;
}

</style>
Prova così