.basictab ul{
padding: 3px 0;
margin-left: 0;
font-size: 12px;
font-weight:bold;
font-family:Verdana,Arial,sans-serif;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; 
}


.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-left: 1px solid gray;
border-bottom: none;
background-color: #ABBEBE;
color: #ffffff;
}

.basictab li a:hover, .basictab li a.current{
background-color: #FFFFCC;
color: black;
}

.tabcontainer{
clear: left;
width:100%; 
height:1.5em; 
background-color: #ABBEBE;
color: black;
}

.tabcontent{
display:none;
text-align:center;
color:#333333;
background-color: #ABBEBE;
}

.tabcontent a{
  color:#ffffff;
  background-color: #ABBEBE;
  text-decoration:none;
  font-weight:bold;
}

.tabcontent a:hover{
  text-decoration:underline;
}

