nav{
	width:100%;
	height:62px;
	margin-bottom:20px;
	box-shadow: 0px 3px 6px #000;
}
nav ul{
	width:100%;
	height:62px;
	list-style:none;
	float:left;
	background: url('../imagens/linhaMenu.jpg');
	background-repeat: repeat-x;
}

nav ul li{
	display: inline;  
	float:left;
	width:214px;
	text-align: center;
	line-height: 65px;
	margin-right: 2px;
	background: url('../imagens/fundoMenu.jpg');
	background-repeat: repeat-x;
}
nav ul li:last-child{
	margin-right: 0px;
}
nav ul li:last{
	margin-right:0;
}
nav ul li a{
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-size: 24px;
}
.menuLateral{
	font-family: 'Unica One', cursive;
	border-bottom: 1px #115290 solid;
	font-size: 18px;
	height:35px;
	line-height:35px;
}
.menuLateral a{
	color: #fff;
}
.menuLateral a:hover{
	color: #ffd737;
}
.topoNoticias{
	background: url('../imagens/topoMenu.png');
	width: 300px;
	height: 61px;
	line-height: 61px;
	text-indent: 20px;
	color: #003259;
	font-family: 'Unica One', cursive;
	font-size:30px;
}
.fundoNoticias{
	width: 280px;
	padding: 10px;
	height:490px;
	background: url('../imagens/fundoNoticias.png');
}
.fundoNoticias li{
	height: auto;
}
.fundoNoticias li p{
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	max-width: 280px;
	padding: 0 0 10px 0;
	border-bottom: 1px #fff solid;
}
.subMenu ul{
	background: #00335a;
	width:260px;
	height: auto;
	float:right;
	position: relative;
	margin-right: 140px;
	margin-top:-1px;
	padding-bottom: 10px;
}
#sub ul li{
	text-align: left;
	margin: 0 10px 0 10px;
	line-height: 22px;
	height:30px;
	width: 230px;
	border-bottom: 2px #1964a5 solid;
	background: none;
}
#sub ul li a{
	font-size: 18px;
}