Absolutely positioned left. Same issues as the unfloated example. Renders correctly, but can't be relied on to remain aligned with the right edge of .header element
.section .header {
position: relative;
}
.section .header .nav {
position: absolute;
top: 0;
left: 300px;
}