@charset "utf-8";
body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b8cdb1;
	margin:20px auto;
	width:800px;
	text-align:center;
	}
#menu{
	background-color:#d2dacb;
}
.itens ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: small;
}

/*Top level list items*/
.itens ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #d2dacb; /*overall menu background color*/
}
/*Top level menu link items style*/
.itens ul li a{
	display: block;
	width: 110px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border: 1px solid #b8cdb1;
	border-left-width: 0px;
	text-decoration: none;
	color: navy;
}
/*1st sub level menu*/
.itens ul li ul{
	left: 0px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.itens ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.itens ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.itens ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
}

.itens ul li a:hover{
	background-color: #c1ccb7;
	color: navy;
}

/*Background image for top level menu list links */
.itens .iconepasta{
	background: #d2dacb url(img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.itens .iconesubpasta{
	background: #e6e6d9 url(img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .itens ul li { float: left; height: 1%; }
* html .itens ul li a { height: 1%; }
/* End */
#corpo{
	text-align:left;
	font-size:small;
	background-color:#e6e6d9;
	color:#333;
	line-height:160%;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color: #663333;
	background-color:#fff;
}
#corpo p{
	text-align:center;
	padding:2px 5px;
	margin:0px;
}
#conteudo p{
	text-align:justify;
	margin:0px;
	text-indent:20px;
}
#conteudo li{
	list-style-position:inside;
	list-style-type:square;
	text-indent:20px;
	text-align:justify;
	color:#333;
}
#conteudo ul{
	margin:5px;
}
#conteudo h4{
	text-align:center;
	background-color:#d2dacb;
}
#conteudo h5{
	text-align:center;
}
#rodape{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6b6c5a;
	color:#fff;
	text-align:right;
	clear: both;
}
#rodape address{
	margin:0px;
	padding:2px 0px 2px 4px;
	text-align:left;
}
#rodape a{
	text-decoration:none;
	background-color:transparent;
	color:#ccc;
}
#rodape a:hover{
color:#fff;

}