
.basictab tr{
margin: 0px;
padding: 0px 0;
margin-left: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab td{
display: inline;
margin: 0px;
padding: 0px 0;
}

.basictab td a{
text-decoration: none;
padding: 0px 0px;
text-align: center;
margin-right: 0px;
/*background-color: #f6ffd5;*/
color: #2d2b2b;
}

.basictab a:visited{
color: #2d2b2b;
}

.basictab td a:hover, .basictab td a.current{
/*background-color: #DBFF6C;*/
color: black;
}

.basictab td a:active{
color: black;
}

.tabcontainer{
clear: center;
width:866; /*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{
font: bold 10px Verdana;
padding: 8px 0;
color: #000000;
text-align: center;
display:none;
}

.tabcontent a{
color: #020202;
}

.topmenu{

background-position: bottom center;
background:url('../topmenu/bajo_menu.png');
background-repeat:no-repeat;
}



