@charset "utf-8";
/* CSS Document */

body{
background-color: #006600;
font-family:tahoma, arial, verdana;
font-size:12px;
text-align:justify;
}

.tabela{
align: center;
width:900px;
height:500px;
border:0;
border-color:#003300;
cellspacing:0;
cellpadding:0;
background-color:#fff;
}

.cabecalho{
text-align:center;
color: #FF6600;
font-size: 50px;
font-style: normal;
}

.corpo{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
text-align: justify;
color: #000000;
max-height:300px;
}

#corpo{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
text-align: justify;
color: #000000;
height:330px;
width:680px;
overflow: auto;
vertical-align:text-top;
margin-top:15px;
}


.rodape{
text-align:center;
color: #FFF;
font-size: 14px;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}

.nacional {
	color: #0F0;
	font-weight: bold;
}
.sub_titulo {
	color: #FF6600;
	font-weight: bold;
}

#menu {
width: 100%;
background: #003300;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 127px;
float: left;
}

#menu a, #menu h2 {
font: bold 12px/15px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 1px 3px;
}

#menu h2 {
color: #fff;
background: #003300;
}

#menu a {
color: #003300;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

