.basictab ul{
margin: 0;
padding: 10px 0 0 0;
margin-left: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: #306;
height: 30px;
width: 880px;
}

.basictab li{
display: inline;
margin: 0;
font-family: "Futura LT", Arial, Helvetica, sans-serif;
font-size: 15px;
}

.basictab li a{
text-decoration: none;
padding: 4px 0;
line-height: 10px;
color: #fff;
display: block;
float: left;
width: 125px;
text-transform: uppercase;
}

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

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

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

.tabcontainer{
clear: left;
width: 880px; /*width of 2nd level sub menus*/
height: 165px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
text-align: center;
}

.tabcontent{
display:none;
}

.tabcontent ul{
margin: 0;
padding: 20px 0 0 0;
}
.tabcontent li{
display: inline;
margin: 0;
padding: 0;
color: #306;
font-size: 22px;
font-weight: bold;
line-height: 30px;
}

.tabcontent li a{
text-decoration: none;
padding: 2px 15px;
margin: 0;
border-right: 1px solid #000;
line-height: 10px;
color: #000;
display: block;
float: left;

}

.tabcontent li a:visited{
color: #2d2b2b;
}

.tabcontent li a:hover, .tabcontent li a.current{
color: black;
text-decoration: underline;
}
.basictab li a.noborder, .tabcontent li a.noborder{
border: 0;
}