#menu_rodape ul{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type: none;
    overflow: hidden;
	margin-top:20px;
	margin-left: 15%;
	margin-right: 10%;
}

#menu_rodape li{
display: inline;
margin: 0;
}

#menu_rodape li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:0px 5px 0px 5px; /*padding inside each tab*/
/*border-right: 1px solid #555;*/ /*right divider between tabs*/
border-left: 1px solid #555; /*right divider between tabs*/
color: #555;  aba32e cccc66
}

#menu_rodape li a:visited{
/*color: white;*/
}

#menu_rodape li a:hover{
color: #888;
/*height:20px;/*background of tabs for hover state */
}

/*#menu_horiz a.selected{
background: black; /*background of tab with "selected" class assigned to its LI 
}*/

/*#menu_rodape_posicao {
	margin:0px 0px 0px 0px;
	padding:100px 0px 0px 0px;
	z-index:1;
}*/

