/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
float:left;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
width: 100%;
border-top: 1px solid black; /*navy border*/
background: black url(../imagens/tab2.gif) center left repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #EEBB00; /*text color*/
padding: 4px 9px;
padding-top: 4px; /*shift text down 1px*/
text-decoration: none;
border-right: 1px solid black; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #EEBB00;
}

.indentmenu ul li a.selected{
color: FFCC00 !important;
text-decoration: none;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 0px;
background: black url(../imagens/tab1.gif) center left repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid black;
/*width: 450px;*/
/*margin-bottom: 1em;*/
padding: 0px;
padding-left:0px;
margin-left:0px;
margin-bottom:0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
