.basictab ul{
padding-top: 10px;
margin: 4px;
padding: 0px 10px;
margin-left: 0;
font-family: georgia, "Times New Roman", Times, serif, arial, verdana;
font-weight: bold;
font-size: 13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:100%; 
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
font-family: georgia, "Times New Roman", Times, serif, arial, verdana;
background-color: #012c36;
color: #038eac;
font-weight: bold;
text-decoration: none;
}

.basictab li a:hover, .basictab li a.current{
background-color: #39b5d2;
color: #ffffff;
text-decoration: none;
font-family: georgia, "Times New Roman", Times, serif, arial, verdana;
font-size: 13px;
padding-bottom: 6px;
padding-top: 6px;
}

.basictab li a:active{
background-color: #39b5d2;
color: #ffffff;
text-decoration: none;
font-family: georgia, "Times New Roman", Times, serif, arial, verdana;
font-size: 13px;
padding-bottom: 6px;
padding-top: 6px;
}

.tabcontainer{

}

.tabcontent{
display:none;
clear: left;
background-color: #39b5d2;
margin-top: 0px;
width:100%; /*width of 2nd level sub menus*/
height:600px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-bottom: 10px;
}