#menu_top 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:30px;
	margin-left: 15%;
	margin-right: 10%;
	width:100%;
	
}

#menu_top li{
display: inline;
margin: 0;
}

#menu_top 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-right: 1px solid #fff; /*right divider between tabs*/
color: #fff;  
}

#menu_top li a:visited{
/*color: white;*/
}

#menu_top li a:hover{
	color: #FFC;/*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;
}*/

