Nice Brian,
just a little display error in Safari:
This image is hidden for guests.
Please log in or register to see it.
simple fix should be ...
#rt-showcase div#rt-submenu {
overflow: hidden;
}
you may also consider working on
#rt-submenu2 {
padding: 2px 12px 0 12px;
position: relative;
z-index: 2;
}
and change it to
#rt-submenu2 {
padding: 7px 12px 0;
position: relative;
z-index: 2;
}
to center that line ... again nice, I like it!