

.basictab ul{
margin: 4px;

margin-left: 0;
font: bold 12px Verdana;

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 a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #FDD287;
color: black;
text-decoration: none
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}



a:link, a:active, a:visited {text-decoration: none;font-family: verdana, arial, sans-serif} 
a:hover{text-decoration: underline; color: #96000B;font-family: verdana, arial, sans-serif}

#firsttable td {
  font-family: verdana;
  font-size: 12px;
  height: 8px;
  width: 200px

}
#secondtable td {
  font-family: verdana;
  font-size: 10px;

}






