.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
/*font: bold 12px Verdana;*/
font-weight: bold;
/*border-bottom: 1px solid white;*/
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{
text-decoration: none;
padding: 3px 7px;
margin: 0;
/*margin-right: 3px;*/
/*border: 1px solid white;*/
border-right: 1px solid white;
border-bottom: 1px solid white;
/*border-bottom: none;*/
/*background-color: #53aacc;*/
color: white;
}

.basictab li a:visited{
color: white;
}

.basictab li a:hover, .basictab li a.current{
/*background-color: #f6a800;*/
color: #f6a800;
border-bottom: none;
}

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

.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.*/
margin-bottom:20px;
text-align: left;
}

.tabcontent{
display:none;
}