.basictab ul{
margin:0px 2px 0px 2px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
background:url("../images/tab2.jpg") no-repeat;
width:78px;
height:24px;
text-decoration: none;
padding: 6px 25px;
border-bottom: none;
color: #6D6D6D;
cursor:pointer;
}

.basictab li a:visited{
color: #2d2b2b;
padding: 6px 25px;

}

.basictab li a:hover, .basictab li a.current{
background:url("../images/tab1.jpg") no-repeat;
width:78px;
padding: 6px 25px;
height:24px;
color:#fff;
cursor:pointer;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:630px; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
background-color:#E2E2E2;
border:1px #ccc solid;
height:auto;
overflow:hidden;
padding:10px 0;
}

.tabcontent ul{
margin:0px;
padding:0;
}

.tabcontent li{
float:left;
padding:0 5px;
list-style:none;
cursor:pointer;
color:#0B5BA5;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
