.tab-container { background: #fff;  border-left:1px solid #d5d0ba;  border-right:1px solid #d5d0ba;  border-bottom:1px solid #d5d0ba; } .tab-panes { margin: 3px; padding-left: 5pt; padding-top: 5pt; max-width: 265px; } #tab-header { float:left; width:100%; background: url("tabber-plain_bg.gif") repeat-x bottom left; font-size:93%; line-height:normal; } #tab-header ul { margin:0; padding: 0px 10px 0; list-style:none; } #tab-header li { background:url("tabber-plain_off.gif") no-repeat left top; float:left; margin:0; padding-top:0px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px; display:inline;  width:33%; } #tab-header a { display:block; background:url("tabber-plain_off.gif") no-repeat right top; padding: 5px 15px 4px 15px; text-align: center; text-decoration:none; font-weight:bold; color:#765; } #tab-header a:hover { color:#333; } #tab-header #tab-current { background:url("tabber-plain_on.gif"); } #tab-header #tab-current a { background-image:url("tabber-plain_right_on.gif"); color:#333; padding-bottom:5px; } 