@charset "utf-8";
/* CSS Document */

.menu_superior{
	width: 871px;
	height: 42px;
	position: relative;
	clear: both;
}


.menu_superior .esq{
	float: left;
	width: 15px;
	height: 42px;	
	background-image:url(../image/menu_dir_azul.png);	
	background-repeat: no-repeat;
}

.menu_superior .centro{
	display:block;
	float:left;
	width: 840px;
	height: 42px;
	background-image:url(../image/menu_centro_azul.png);
	background-repeat: repeat-x;
}

.menu_superior .dir{
	float: left;
	width: 15px;
	height: 42px;	
	background-image:url(../image/menu_esq_azul.png);	
	background-repeat: no-repeat;
}


.menu_superior .centro .item{
	float:left;
	min-width:60px;
	padding: 0px 5px 0px 5px;
	top: 2px;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	text-align:center;
	cursor:pointer; cursor:hand; /*tem que ser assim para funcionar no firefox*/

}
.menu_superior .centro a{
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
	cursor:pointer; cursor:hand; /*tem que ser assim para funcionar no firefox*/
}

.menu_superior .centro .item:hover{
	background-image:url(../image/menu_centro_preto.png);
	background-repeat:repeat-x;
	outline:0;
}


