.basictab ul{
font: bold 12px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.basictab a{
text-decoration: none;
margin-right: 3px;
color: #fff;
}

.basictab a:visited{
color: #fff;
}

.basictab a:hover, .basictab li a.current{
color: #fff;
}

.basictab a:active{
color: #2ea1fa;
}

.tabcontainer{
color:#fff;
width:100%; /*width of 2nd level sub menus*/
height:1.8em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabcontent a, .tabcontent a:visited, .tabcontent a:active {
color:#fff;
padding-left:5px;
padding-right:5px;
}

.tabcontent a:hover {
color:#2ea1fa;
padding-left:5px;
padding-right:5px;
}