Hi Les,Try changing overflow:hidden to overflow:visible in your includes/CSSLayouts/CSSLayouts.css stylesheet (line 24)
.cssLO > .cssLI:first-child {
    overflow: visible;
}
Thanks Neilo,
Worked fine. Just a bit of tweaking to to complete with sizes etc.


