.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Arial;
/*border-bottom: 1px solid gray;*/
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;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid gray; */
border-bottom: none;

color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}


.basictab li a:hover, .basictab li a.current{
background-color: #ffffff;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:25px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
text-align:center;
vertical-align:middle
}

.tabcontent{
display:none;
font: bold 11px Arial;
text-decoration:none;
color:#FFFFFF;
padding:5px;
}

.tabcontent a{
font: bold 11px Arial;
text-decoration:none;
color:#FFFFFF;
padding:2px 3px;
}

.tabcontent a:hover{
background-color:#8B9FF1;
color:#000000;
}

.tabcontent a.current{
background-color:#8B9FF1;
color:#000000;
}

