#thicktabs{
margin: 0;
padding: 0;
float: left;
font-weight:bold;
font-size:13px;
}

#thicktabs li{
padding:0;
display: inline;
}

#thicktabs li a{
float: left;
color: #333333;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../templates/img/graybg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 1px solid #d3bdbe; /*thick bottom border below tabs*/
}
#thicktabs a.selected,
#thicktabs a.selected:visited,
#thicktabs li a#leftmostitem_selected,
#thicktabs li a#rightmostitem_selected
{ color:#960111;
}
#thicktabs a.selected:hover{
color:#960111;
}

#thicktabs li a#leftmostitem_selected,
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem_selected,
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color:#000000;
}

#thicktabs li a:hover{
color:#000000;
background-image: url(../templates/img/graybgover.gif); /*background image swap on hover*/
}

