body {
text-align: center;
background-image: url(img/fundo.png);
margin: 0;
}

.tudo {
width: 800px;
height: 1024px;
background-color: gray;
margin: 0 auto;
padding: 0;
text-align:left;
}

.banner {
width: 800px;
height: 78px;
background-color: gray;
float: left;
}

.boas {
width: 800px;
height: 20px;
background-image: url(img/div-banner.jpg);
float: left;
font-family: Franklin Gothic Medium, verdana, arial ;
font-size: 13px;
color: #8b3535;
text-align: right;
}

.menu {
width: 136px;
height: 926px;
background-color: #f0ebeb;
float: left;
}

.corpo {
width: 664px;
height: 926px;
background-color: gray;
float: left;
}

.cima {
width: 500px;
height: 60px;
background-color: gray;
float: left;
}

.princ {
width: 664px;
height: 926px;
background-color: gray;
float: left;
}


/* Parte necessária MENU */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 136px;
	}


ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 135px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
	color: #ffffff;
	background: #194D72;
	padding: 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 136px;
	border-bottom: 1px solid #ccc;
	}

li:hover ul { display: block; }

li:hover ul, li.over ul { 
	display: block; }

li a:hover {
background-color: #102739;
color: #FFFFFF;
}

