.basictab ul{
margin: 4px;
margin-left: 0;
font: bold 14px "Times New Roman", Times, serif;
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;
color: #030;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: none;
color: #FFF;
}

.basictab li a:visited{
color: #FFF;
}

.basictab li a:hover, .basictab li a.current{

color: #030;
}

.basictab li a:active{
color: #030;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-left:41px;
}

.tabcontent{
display:none;
}


.tabcontent a{
text-decoration: none;
color: #030;
}

.tabcontent a:visited{
color: #030;
}


.tabcontent a:hover{
color: #FFF;
}