div#nav{

div#Box1 {
  position: fixed;
 	top: 50px;
  left: 1000px; 
  background-color: #3AA6D0;
  color: white;
  width: 100px;
  height: 50px
}
div#Box2 
{
  position: fixed;
  	top: 50px;
  left: 800px; 
  background-color: #3AA6D0;
  color: white;
  width: 300px;
  height: 50px;
  }
 

 div#Box3
{
  position: fixed;
  	top: 50px;
  left: 200px; 
  background-color: #3AA6D0;
  color: white;
  width: 300px;
  height: 50px;
  }
}