#the_look_banner { position: relative; z-index: 0; } #the_look_banner #the_look_navmenu { position: absolute; z-index: 1; left: 0; top: 0; width: 134px; /* height: 169px; */ } #the_look_navmenu .the_look_navmenu_item { width: 134px; height: 24px; } #the_look_navmenu .the_look_navmenu_divider { width: 134px; height: 5px; /* image is 5px tall. a taller div will add top/bottom padding (as the background image is vertically centered) */ background: url("../images/divider.gif") no-repeat scroll left center transparent; } #the_look_navmenu #the_look_navmenu_earthy { background: url("../images/earthy.off.gif") no-repeat scroll 0 0 transparent; } #the_look_navmenu #the_look_navmenu_bold { background: url("../images/bold.off.gif") no-repeat scroll 0 0 transparent; } #the_look_navmenu #the_look_navmenu_crisp { background: url("../images/crisp.off.gif") no-repeat scroll 0 0 transparent; } #the_look_navmenu #the_look_navmenu_zen { background: url("../images/zen.off.gif") no-repeat scroll 0 0 transparent; } #the_look_navmenu #the_look_navmenu_serene { background: url("../images/serene.off.gif") no-repeat scroll 0 0 transparent; } #the_look_navmenu #the_look_navmenu_eclectic { background: url("../images/eclectic.off.gif") no-repeat scroll 0 0 transparent; } /* no harm including these IE tweaks in browsers that work correctly, as well.. */ @import url("style.ie.css");