.headertabs{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.headertabs li{
display: inline;
margin-left: 0px;
}

.headertabs li a{
text-decoration: none;
padding: 0px 0px 0px 15px;
border-bottom-color: #59453B; 
  background: url(/includes/images/radio.png) center left no-repeat;
}

.headertabs li a:visited{
/*color: #2d2b2b;*/
}

.headertabs li a:hover{
text-decoration: underline;
}

.headertabs li.selected{
position: relative;
}

.headertabs li.selected a{ /*selected main tab style */
color: #ffff00;
  background: url(/includes/images/radio_checked.png) center left no-repeat;
}

.headertabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.headertabcontentstyle{ /*style of tab content oontainer*/
padding: 0px;
}

.headertabcontent{
display:none;
}
