.tablabel { background-color:dimgray; color: Silver; font-weight: bold; border: outset 2px silver; margin: 1px; padding-right: 10px; cursor: hand; } .tablabel_v { /*-- Following line needed to make each tab render below the previous (vertical) --*/ clear: left; float: left; } .tabcontainer { border: outset 3px silver; background-color: Silver; width: 200px; height: 100px; } .tablabelcontainer_r { /*-- Following line needed to make tabs show up on right --*/ float: left; } .tabcontentcontainer_r { /*-- Following line needed to make tabs show up on right --*/ float: left; } .tablabelhover { background-color:silver; color: black; cursor: hand; } .tablabelselected { background-color:silver; color: White; }