.basictab ul{
margin: 1px;
padding: 1px 0;
margin-left: 0;
font: bold 12px Arial;
border-bottom: 7px white;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 1px;
margin-right: 1px;
border: 1px white;
border-bottom: 7px white;
background-color:;
color: #336666;
}

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

.basictab li a:hover, .basictab li a.current{
text-decoration:none;
background-color: #e8f5f4;
color: #336666;
}

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

.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.*/
}

.tabcontent{
display:none;
}
