/* MENU PRINCIPAL DO SITE */
#menu {
	font-weight: normal;
	background: url("../imagens/layout/fmenu.gif") repeat-x;
	border-bottom: 1px solid #eee;
	text-align: center;
	height: 50px;
	position: relative;
}
#menu div{
	list-style: none;
	height: 53px;
	padding: 0 0 0 0px;
	width: 700px;
	position: absolute;
}
#menu div a {
	padding: 17px 0 16px 0;
	font-weight: bold;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
#menu div a img{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

#menu_secundario{ list-style: none; height: auto; width: 180px; margin: 0px 10px; padding: 10px; background: transparent url("../imagens/layout/fmenusec.gif") no-repeat center top; }
#menu_secundario li{ list-style: none; width: 180px; margin: 10px 0; }
#menu_secundario li a{ padding: 5px; display: block; font-weight: normal; width:180px; }