div.tabs{margin:0 0 5px 0}ul.primary{margin:0;padding:0 0 0 10px;border-width:0;list-style:none;white-space:nowrap;line-height:normal;background:url(../images/tab-bar.png) repeat-x left bottom}ul.primary li{float:left;margin:0;padding:0}ul.primary li a{display:block;height:24px;margin:0;padding:0 0 0 5px;border-width:0;font-weight:bold;text-decoration:none;color:#777;background-color:transparent;background:url(../images/tab-left.png) no-repeat left -38px}ul.primary li a .tab{display:block;height:20px;margin:0;padding:4px 13px 0 6px;border-width:0;line-height:20px;background:url(../images/tab-right.png) no-repeat right -38px}ul.primary li a:hover,ul.primary li a:focus{border-width:0;background-color:transparent;background:url(../images/tab-left.png) no-repeat left -76px}ul.primary li a:hover .tab,ul.primary li a:focus .tab{background:url(../images/tab-right.png) no-repeat right -76px}ul.primary li.active a,ul.primary li.active a:hover,ul.primary li.active a:focus{border-width:0;color:#000;background-color:transparent;background:url(../images/tab-left.png) no-repeat left 0}ul.primary li.active a .tab,ul.primary li.active a:hover .tab,ul.primary li.active a:focus .tab{background:url(../images/tab-right.png) no-repeat right 0}ul.secondary{margin:0;padding:0 0 0 5px;border-bottom:1px solid #c0c0c0;list-style:none;white-space:nowrap;background:url(../images/tab-secondary-bg.png) repeat-x left bottom}ul.secondary li{float:left;margin:0 5px 0 0;padding:5px 0;border-right:none}ul.secondary a{display:block;height:24px;margin:0;padding:0;border:1px solid #c0c0c0;text-decoration:none;color:#777;background:url(../images/tab-secondary.png) repeat-x left -56px}ul.secondary a .tab{display:block;height:18px;margin:0;padding:3px 8px;line-height:18px}ul.secondary a:hover,ul.secondary a:focus{background:url(../images/tab-secondary.png) repeat-x left bottom}ul.secondary a.active,ul.secondary a.active:hover,ul.secondary a.active:focus{border:1px solid #c0c0c0;color:#000;background:url(../images/tab-secondary.png) repeat-x left top}

div.tabs ul.primary li {
padding:0px 2px 0px 2px;
margin-top:4px;	
border-bottom:1px solid #333;
}

div.tabs ul.primary li a  {
padding:0px 5px 0px 5px;
line-height:23px;
border:1px solid #767676;
border-radius:3px; 
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
border-bottom:0px solid transparent;
-webkit-border-radius:3px; 
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(left, #efefef 0%, #f7f7f7 24%, #f7f7f7 75%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(24%,#f7f7f7), color-stop(75%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #efefef 0%,#f7f7f7 24%,#f7f7f7 75%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #efefef 0%,#f7f7f7 24%,#f7f7f7 75%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #efefef 0%,#f7f7f7 24%,#f7f7f7 75%,#efefef 100%); /* IE10+ */
background: linear-gradient(to right, #efefef 0%,#f7f7f7 24%,#f7f7f7 75%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
font-weight: normal;
transition: ease-in-out padding .09s; 
-webkit-transition: ease-in-out color .09s; 
}

div.tabs ul.primary li a:hover {
color:#fff;
background:#8F3931;
}

div.tabs {
height: 26px;	
}