.basictab ul{
margin: 0px;
padding: 0px 0;
margin-left: 0;
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 815px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px;
margin-right: 1px;
background-color: #000000;
border: 1px solid #000000;
border-bottom: 0px;
color: #FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
color: #000000;
/*background: url("cliente/layout/fundo_catmenu_botao.png");
background-position: right center;
background-repeat: no-repeat;*/
background-color: #FFFFFF;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/

}

.tabcontent{
display:none;
position: absolute;
margin-top: 3px;
z-index: 99;
}

