.tab-container {background: #fff; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;} .tab-panes {margin: 3px;} #tab-header { float:left; width:100%; background:#6F6B86; font-size:100%; line-height:normal; } #tab-header ul { margin:0; padding:0px 0px 0; list-style:none; } #tab-header li { background:#6F6B86; float:left; margin:0; padding:0 0 0 5px; } #tab-header a { display:block; background:#89859C; padding:5px 15px 4px 6px; text-decoration:none; font-weight:bold; color:#fff; } #tab-header a:hover { color:#fff; background: #B5B1CC; } #tab-header #tab-current { background:#89859C; } #tab-header #tab-current a { background:#B5B1CC; color:#fff; padding-bottom:5px; }