.basictab ul{
	margin: 1px;
	padding: 1px 0;
	margin-top:4px;
	margin-left: 0;
	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{
height:25px;
border:#cccccc 1px solid;
border-bottom:1px solid thin;
text-decoration: none;
padding:5px;
padding-left:10px;
margin-right:-5px;
text-align:center;
}

.tabcontainer{
clear: left;
width:100%; /*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;
}
