
.jimgMenu {
	position: relative;
	width: 660px;
	height: 200px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;

}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 200px;
	width: 1340px;
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 200px;
}

.jimgMenu ul li.videos a {
	background: url(images/bg_botton_videos.jpg) repeat scroll 0%;
}

.jimgMenu ul li.doacoes a {
	background: url(images/bg_botton_doacao.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bancodeprojetos a {
	background: url(images/bg_botton_banco_de_projetos.jpg) repeat scroll 0%;
}
.jimgMenu ul li.enviodeconteudo a {
	background: url(images/bg_botton_envio_de_conteudo.jpg) repeat scroll 0%;
}
.jimgMenu ul li.sugestaodepauta a {
	background: url(images/bg_botton_sugestao_de_pauta.jpg) repeat scroll 0%;
}

.jimgMenu ul li.faleconosco a {
	background: url(images/bg_botton_fale_conosco.jpg) repeat scroll 0%;
	min-width:310px;
	
}

.clear {
	clear: both;
}
