.basictab ul{
margin: 1px;
margin-left: 0;
font: bold 12px Verdana;
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;
margin-bottom: 0px;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #FFFFFF;			/* this is the color of the outline of the tabs - original value was gray */
border-bottom: none;
background-color: #008CCA;			/* this is the color of the OFF tabs - original value was f6ffd5 */
color: #FFFFFF;					/* este es el color del texto ya "seleccionado" */
}

.basictab li a:visited{
color: #FFFFFF;					/* el color del texto en las solapas principales */
}

.basictab li a:hover, .basictab li a.current{
background-color: #EA7A17;			/* this is the color of the ON tabs - original value was DBFF6C */
color: white;					/* this is the color of HOVER TEXT on the ON tabs - original value was black */
}

.basictab li a:active{
color: white;					/* this is the color of HOVER TEXT on the ON tabs - original value was black */
}

.tabcontainer{
clear: left;
width:100%; 					/* width of 2nd level sub menus*/
height:1.75em; 					/* height of 2nd level sub menus. Set to largest's sub menu's height eg 2.75 em to avoid jittering.*/
background-color: #FFFFFF;			/* background color of the tab that contains the seconday buttons/links */
/*border-top: 1px solid #008CCA;
border-right: 1px solid #008CCA;
border-bottom: 1px solid #008CCA;*/
padding: 3px 7px;
}

.tabcontent{
display:none;
}

.tabcontent li a{
color: #EA7A17; 
}