.basictab ul {
margin: 4px 0 4px 0;
padding: 3px 0;
margin-left: 0;
font: bold 10pt Verdana;
border-bottom: 2px solid #05337B;
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; }

.basictab li span {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px outset #05337B;
border-bottom: none;
background-color: #05337B;
color: white;
cursor: pointer;
}

.basictab li span.current{
border: 1px inset #85B2FA;
background-color: #85B2FA;
color: #05337B;
}

.basictab li span:hover {
border: 1px inset green;
background-color: #40FF40;
color: black; 
}

.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;
}