
ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height: 26px; border-bottom: 1px solid #999999; border-left: 1px solid #999999; width: 91%; } ul.tabs li { float: left; margin: 0; cursor: pointer; padding: 0px 15px ; height: 24px; line-height: 21px; border: 1px solid rgb(0, 0, 0); border-left: none; font-weight: bold; background: rgb(0, 153, 255); overflow: hidden; position: relative; width:64px; } ul.tabs li:hover { background: #CCCCCC; } ul.tabs li.active{ background: rgb(0, 255, 214); border-bottom: 1px solid rgb(0, 0, 0); } .tab_container {