div#menu{
	position:absolute;
	width:764px;
	border-bottom:5px solid #F6AA11;
	margin-top:-29px;
	_margin-top:-34px;
}
div#menu ul{
	height:29px;
	top:5px;
	padding-left:237px;
	*padding-bottom:4px;
	_padding-bottom:0px;
}
div#menu li{
	float:left;
	background:#FBD892 url("../images/menu_left.gif") no-repeat;
	text-decoration:none;
	list-style-type:none;
}
div#menu li a{
	display:block;
	background:url("../images/menuright.gif") top right no-repeat;
	font-size:108%;
	color:#CC0000;
	padding: 11px 13px 6px 13px;
}
div#menu li.troca{
	background:#F6AA11 url("../images/menuleft_gold.gif") no-repeat;
}
div#menu a.troca{
	background:url("../images/menuright_gold.gif") top right no-repeat;
}
div#menu_baixo{
	position:relative;
	width:764px;
	border-top:5px solid #F6AA11;
	margin-top:5px;
	clear:both;
}
div#menu_baixo ul{
	height:29px;
	top:5px;
	padding-left:60px;
	*padding-bottom:4px;
	_padding-bottom:0px;
}
div#menu_baixo li{
	float:left;
	background:#FBD892 url("../images/menu_esquerdo.gif") bottom left no-repeat;
	text-decoration:none;
	list-style-type:none;
}
div#menu_baixo li a{
	display:block;
	background:url("../images/menu_direito.gif") bottom right no-repeat;
	font-size:108%;
	color:#CC0000;
	padding: 11px 13px 6px 13px;
}
div#menu_baixo li.troca{
	background:#F6AA11 url("../images/menuesquerdo_gold.gif") bottom left no-repeat;
}
div#menu_baixo a.troca{
	background:url("../images/menudireito_gold.gif") bottom right no-repeat;
}
