.basictab ul{
margin: 0px;
padding: 3px 0;
margin-left: 3px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
margin-left: 30px;
}

.basictab li a{
text-decoration: none;
margin-right: 10px;
border-bottom: none;
}

.basictab li a:visited{
}

.basictab li a:hover, .basictab li a.current{
/*color: black;*/
}

.basictab li a:active{
/*color: black;*/
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height: 32px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color: #BAD3ED;
}

.tabcontent{
display:none;
margin-top: 1px;
height: 32px;
}
