
#nav, #nav ul{
	position:absolute;
	float:left;
	left: 50%;
	margin-left:-140px;
	width:628px;
	list-style:none;
	font: 16px genevanrw;
	padding:0;
	top: 190px;
	z-index:99;
	
			}
	
	#nav li{ 
	float:left;

	}
	
	#nav li .subbotoes_aempresa{ 
	background-color:#1b1c76;
	color:#fff;
	opacity:0.8;
	
	}
	
	
	#nav li .subbotoes_aempresa a:hover{
		color:#fff;
		background-color:#3c3ead;
	
	}
	
	#nav li .subbotoes_aempresa a:visited{
		color:#fff;
	
	}
	
	
<!-- A Empresa 
	
	#nav a.sub_aempresa {
	
	}

	#nav a.sub_aempresa:link {
		

		background-image:url(imagens/botoes/aempresa_on.png); background-position:center; background-repeat:no-repeat; opacity:0.4;
		color: #fff;
	
	
	}
	
	#nav a.sub_aempresa:hover, #nav a.sub_aempresa_on {
		background-image:url(imagens/botoes/aempresa_on.png); background-repeat:no-repeat; background-position:center; opacity:1;
		color: #fff;
		text-align:center;
	}
	

	#nav a.sub_aempresa:visited {
		
		color:#fff;
	
	}
	

<!-- Estrutura 
	
	#nav a.sub_estrutura {
	
	}

	#nav a.sub_estrutura:link {
		

		background-image:url(imagens/botoes/estrutura_on.png); background-position:center; background-repeat:no-repeat; opacity:0.4;
		color: #fff;
	
	
	}
	
	#nav a.sub_estrutura:hover, #nav a.sub_estrutura_on {
		background-image:url(imagens/botoes/estrutura_on.png); background-repeat:no-repeat; background-position:center; opacity:1;
		color: #fff;
		display:block;
		width:150px;
		height:50px;
		line-height:3.5em;
		text-align:center;
	}
	

	#nav a.sub_estrutura:visited {
		
		color:#fff;
	
	}


	
	<!-- Tecnologia 
	
	#nav a.sub_tecnologia {
	
	}
	
		#nav a.sub_tecnologia:link {
		

		background-image:url(imagens/botoes/tecnologia_on.png); background-position:center; background-repeat:no-repeat; opacity:0.4;
		color: #fff;
	
	
	}

	#nav a.sub_tecnologia:hover, #nav a.sub_tecnologia_on {
		background-image:url(imagens/botoes/tecnologia_on.png); background-repeat:no-repeat; background-position:center; opacity:1;
		color: #fff;
		display:block;
		width:150px;
		height:50px;
		line-height:3.5em;
		text-align:center;
	
	}
	
		#nav a.sub_tecnologia:visited {
		
		color:#fff;
	
	}

	
	<!-- Contato 
	
	#nav a.sub_contato {
	
	}

	#nav a.sub_contato:link {
		

		background-image:url(imagens/botoes/contato_on.png); background-position:center; background-repeat:no-repeat; opacity:0.4;
	
	
	}
	
	#nav a.sub_contato:hover, #nav a.sub_contato_on {
		background-image:url(imagens/botoes/contato_on.png); background-repeat:no-repeat; background-position:center; opacity:1;
		color: #fff;
		display:block;
		width:150px;
		height:50px;
		line-height:3.5em;
		text-align:center;
	}
	

	#nav a.sub_contato:visited {
		
		color:#fff;
	
	}


		
	
	
	
	#nav a:link{
		display:block;
		width:150px;
		height:50px;
		font-family:genevanrw;
		font-size:16px;
		text-decoration:none;
		line-height:3.5em;
		color:#fff;
		text-align:center;
	
	
	}
	
	
	
	#nav li ul {
		position:absolute;
		left:-1000em;
		width:10em;
		margin: 0;
		top:auto;
	
	}
	
	#nav ul ul{ margin: -2.1em 0 0 8.0em;}
	
	#nav li:hover ul ul, #nav li.over ul ul{ left:-1000em;}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul{
		left:auto;
	}	
