.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
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;
color:  #ffffff;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-bottom: none;
border: #282828 1px solid;
background-color: #282828; 
color: #ffffff;
}

.basictab li a:visited{
}

.basictab li a:hover, .basictab li a.current{
border-bottom: none;
background-color: #ffffff;
color: #282828;
}

.basictab li a:active{
background-color: #ffffff;
color: #282828;
}

.tabcontainer{
clear: left;
margin: 0px;
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.*/
}

.tabcontent{
display:none;
margin: 0px;
}
