@charset "Iso-8859-1";
	
html 
	{

	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	font-size:80%; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}
body 
	{
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	}

#menu {
	margin-left: 40%;
	margin-right: 40%;
	width: 100%;
	height: 100px;
}

#menu .menu_item {
	float: left;
	width: 80px;
	height: 100px;
	color: #007cc2;
	font-family: Tahoma;
}

.menu_item:hover {
	text-decoration: underline;
}

.menu_item .menu_text a {
	font-size: 12px;
	font-weight: bold;
	color: #007cc2;
	text-decoration: none;
	display: block;
	text-align: right;
	margin: 0px 0 0 0;
}

.menu_text a:hover {
	text-decoration: underline;
}

.menu_description {
	font-size: 10px;
	color: #238EC6;
	text-decoration: none;
	display: block;
	text-align: right;
	margin: 10px 20px 0 5px;
}

.menu_description:hover {
	text-decoration: none;
}

#menu .empresa {
	background: url(images/empresa.png) no-repeat;
	background-position: 20px 27px;
}

#menu .produtos {
	background: url(images/produtos.png) no-repeat;
	background-position: 20px 27px;
}

#menu .servicos {
	background: url(images/servicos.png) no-repeat;
	background-position: 20px 27px;
}

#menu .noticias {
	background: url(images/noticias.png) no-repeat;
	background-position: 20px 27px;
}

#menu .contactos {
	background: url(images/contactos.png) no-repeat;
	background-position: 20px 27px;
}
