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