body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
body {
	background-color: #E8AD6C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg-txt {
	background-image: url(images/bg_txt.png);
	background-repeat: repeat-y;
}
h1, .titulo, .titulo1 {
	font-size: large;
	color: #353235;
}
h2 {
	font-size: medium;
}

.menuseccoes {
	font-size: 1.2em;
	font-weight: bold;
}

#menu {
width: 100%;
background: #fff;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7.9em;
float: left;
}

#menu ul ul {
width: 8.5em;
}

#menu a, #menu h2 {
font: bold 1em/1.4em arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000;
background: #fff;
}

#menu a {
color: #000;
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 {
position: absolute;
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;}

