* {
	margin:0;
	padding:0;
}
#newsletter {
	width:552px;
	height:400px;
	overflow:auto;
	text-align:center;
}
#menu {
	height:40px;
}
#menu ul {
	list-style:none;
	margin:10px 0 0 10px;	
}
#menu ul li {
	display:inline;
}
#menu ul li a {	
	float:left;
	width:150px;
	height:30px;
	background:url(../../conteudo/imagens/fundos/bg_botao.gif) repeat-x;
	border:1px solid #CCC;
	margin-right:6px;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	color:#333;
}
#menu ul li a:hover {
	font-weight:bold;
	background:#CCC;
	background:url(../../conteudo/imagens/fundos/bg_botao-sel.gif) repeat-x;	
	color:#FFF;
}

