+#tabs li {
+ -webkit-user-select: none;
+ cursor: default;
+ display: block;
+ float: left;
+ padding: 5px 12px 3px 12px;
+ border: 1px solid #999;
+ -webkit-border-radius: 4px;
+ -webkit-border-bottom-left-radius: 0;
+ -webkit-border-bottom-right-radius: 0;
+ font-weight: bold;
+ color: #222;
+ height: 13px;
+ -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
+ margin-left: 4px;
+ margin-bottom: -1px;
+ background-color: #A2A2A2;