Test cases for Opera CSS menu redraw renderbug

Working case

Floated 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 .nav {
float: left
margin: 0 0 0 51px;
}

Example

The Open Planning Project