@charset "utf-8";
body {
	width: 620px;
	font: 75%/120% Arial, Helvetica, sans-serif;
	color:#fff;
}
p {
	font: 75%/120% Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
.accordion {
	margin:0 auto;
	width: 620px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #84937b url(../images/arrow-square2.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #72be44;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.menu {
	margin: 80px 80px 10px 150px;
	padding: 0;
	list-style: none;
	color:#000000;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	display: inline;
	float: left;
	position: relative;
	text-align: center;

}
.menu a {
	padding: 10px 10px;
	color: #296a35;
	width: 180px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: url(http://epoca.globo.com/Premio_EPOCA_Empresa_Verde/images/button.gif) no-repeat center center;
}
.menu li em {
	background: url(http://epoca.globo.com/Premio_EPOCA_Empresa_Verde/images/hover1.png) no-repeat;
	width: 275px;
	height: 40px;
	font-size:11px;
	position: absolute;
	top: -75px;
	left: -65px;
	text-align: center;
	padding: 15px 5px 17px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

