.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-top: 1px solid gray;
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{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #000000;
color: #FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
background-color: #CCCC66;
color: #000000;
}

.basictab li a:active{
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.*/
font-size: 12px;
font-family: "Arial", Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
layer-background-color: #FFFFFF; /*for Netscape 4*/
border: .1px solid #FFFFFF;
}

.tabcontainer p {
	padding: 6px 12px 12px 6px;
	margin: 0px;
	text-align: center;
}
.tabcontainer a:link {
	color: #666666;
	text-decoration: none;
}
.tabcontainer a:visited {
	color: #666666;
	text-decoration: none;
}
.tabcontainer a:hover {
	color: #999900;
	text-decoration: underline;
	font-weight: bold;
}
.tabcontainer a:active {
	color: #666699;
	text-decoration: underline;
}

.tabcontent{
display:none;
}

.basictable{
	border-top: 1px solid gray;
	margin: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.basictab1{
	font: bold 12px Verdana;
	text-align: center;
	vertical-align: top;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

.basictab1 a{
text-decoration: none;
border: 1px solid gray;
background-color: #000000;
color: #FFFFFF;
}

.basictab1 a:visited{
color: #FFFFFF;
}

.basictab1 a:hover, .basictab a.current{
background-color: #CCCC66;
color: #000000;
}

.basictab1 a:active{
color: black;
}

.tabcontent1{
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: .1px solid #FFFFFF;
	font: bold 12px Verdana;
	text-align: center;
	vertical-align: top;
}

.tabcontent1 p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.tabcontent1 {
	margin: 0;
	font: bold 12px Verdana;
	text-align: center;
	vertical-align: top;
}

.tabcontent1 a{
text-decoration: none;
padding: 1px 2px 4px 0px;
color: #666666;
}
.tabcontent1 a:visited{
color: #666666;
}
.tabcontent1 a:link {
	color: #666666;
	text-decoration: none;
}
.tabcontent1 a:visited {
	color: #666666;
	text-decoration: none;
}
.tabcontent1 a:hover, .tabcontent1 a.current{
	text-decoration: underline;
	color: #999900;
}


/* BEGIN TABBER STYLE
=====================*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
 text-align:right;
 width:572px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 1px;
 border: 1px solid #aaa;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #771; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border: 1px solid #778;
 border-bottom: 1px solid #fff;
 color: #993;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #778;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabber .tabbertab h2 {
 display:none;
}


/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}