@charset "utf-8";
/* CSS Document */

#topo {
	background-image: url(../images/topo_site.jpg);
}

#barra_cinza {
	height: 40px;
	width: 1000px;
	background-image: url(../images/barra.jpg);
}
#menu {
	margin: 0px;
	float: left;
	width: 270px;
	padding-left: 30px;
	position: relative;
}

/* Menu */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu1 {
	width: 247px;
	margin: 0px 10px 10px 10px;
	border-style: none none none none;
	border-color: #000000;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu1 li a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 24px;
/* 	height: 23px;*/
	text-decoration: none;
	margin-top: 10px;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #344a57;
	font-weight: bold;
	display: block;
	background:  url(../images/bt.png);
	padding:7px 0 0 25px;
	}
	
#menu1 li a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background:  url(../images/bt.png) 0 -32px;
	padding: 7x 0 0 25px;
	}	

#banner_topo {
	padding: 0px;
	float: right;
	height: 70px;
	width: 510px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	z-index: 999;
	overflow: visible;
}

