.basictab ul{
margin: 0px;
padding: 8px 0;
margin-left: 0;
font-size: normal 12px Arial;
border-bottom: 2px solid #ADC1D8;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height: 15px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 0.7em;
color: black;
cursor: pointer;
}


.basictab li a:hover {
color: #800000;
text-decoration: underline;
}

.basictab li a.current {
background-color: #E0E9F3;
font-weight: bold;
text-decoration: none;
}

.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;
}

.basictab_selected {
background-color: #E0E9F3;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

.basictab_selected:hover {
background-color: #E0E9F3;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}