﻿div#Rodape
{
	background-image: url(../imgs/rodape.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	width: 755px;
	height: 50px;
	text-align: center;
	clear: both;
}

/* Bottom Menu */
div#Rodape ul
{
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;

}
div#Rodape span.separator
{
	color: #000000;
}
div#Rodape li
{
	display: inline;	
	margin: 0px;
	
		}
div#Rodape li a
{
	padding: 0px 5px;
	color: #000000;
	text-decoration: none;
}
div#Rodape li a:hover
{
	color: #3399CC;
	text-decoration: underline;
}
