Test cases for Opera CSS menu redraw renderbug

Problem case

Floated right. This will ensure alignment with the right edge of .header, but triggers the redraw bug in Opera (mouse over the "About Us" and "Our Work" menu items to see it in action).

CSS

.section .header .nav {
float: right
}

Example

The Open Planning Project