/* CSS Document */

#headerLogo{
	position:absolute;
	left:0px;
	top:80px;
	width:236px;
	height:106px;
}

#headerBanner{
	position:absolute;
	left:260px;
	top:87px;
	width:728px;
	height:89px;
}

#headerMenu{
	position:absolute;
	top:44px;
	left:0px;
	width:1263px;
	background:url(../imagens_layout/bg_menu.png);
	border-top:2px solid #006633;
	border-bottom:1px solid #BBBBBB;
	padding: 4px 0px 4px 12px;
}

#headerMenu a:link, #headerMenu a:visited, #headerMenu a:active{
	color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#headerMenu a:hover{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}