Test cases for Opera CSS menu redraw renderbug

Working case

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

CSS

.section .header {
position: relative;
}

.section .header .nav {
position: absolute;
top: 0;
left: 300px;
}

Example

The Open Planning Project