/*-- ---------------------------------------------------------------------------------------------------------------------------*/
/*-- ---------------------------------------------------------------------------------------------------------------------------*/
.link
{
    /*width: 10%;*/
	height: 35px;
	line-height: 15px;
	/*padding: 0 15px 0 15px;*/
	
	cursor: pointer;
	
	float: left;
	text-align: center;
    display: block;
    text-decoration: none;
}
.texto
{
    width: 100%;
	cursor: pointer;
    display: block;
    text-align: center;
}

#menu UL {
	margin: 0;
	padding: 0;
	
    width: 100%;
    height: 20px;

    background-color: #F1C31D;
	color: #000000;
    
	Z-INDEX: 10000; 
	list-style-type: none
}
#menu UL LI {
	margin: 0;
	padding: 0;
	height: 20px;
	float: left;
	position: relative;
	
	text-align: left
}
#menu UL LI A:hover {
	background-color: #00B38A;
	color: #000000;
}
/* FONTE DOS MENUS ------------------------------------------------------------------------------------------- */
#menu UL LI A {
	display: block;
	color: #000000;
	height: 20px;
	line-height: 20px;
	text-decoration: none
}
/* POSIÇÃO DOS SUB-MENUS ------------------------------------------------------------------------------------- */
#menu UL LI UL {
	border: 0;
	
	display: none;
	width: 149px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 500;
	
	FILTER: alpha(opacity=95);
	moz-opacity: 0.9;
	opacity: 0.9;
	khtml-opacity: 0.9
}
#menu UL LI UL:hover {
	display: block
}
#menu UL LI:hover UL {
	display: block
}
#menu UL LI.over UL {
	display: block;
}
/* SUB-MENUS ------------------------------------------------------------------------------------------- */
#menu UL LI UL LI {
	padding: 0;
	
	width: 250px;
	height: 20px;
	BACKGROUND-IMAGE: none;
	BORDER-BOTTOM: medium none;
	background-color: #346292;
	text-align: left;
}

/* FONTE DOS SUB-MENUS ------------------------------------------------------------------------------------------- */
#menu UL LI UL LI A {
	display: block;
	padding-left: 20px;
	width: auto;
	color: #FFFFFF;
	height: 20px;
	text-decoration: none;
}

/* ESTILO DOS SUB-MENUS OVER --------------------------------------------------------------------------------------- */

/* + 15px que o espaço que as letras ocupam */
#home         { width: 55px; }
#plastval     { width: 70px; }
#plastico     { width: 70px; }

#actividades  { width: 80px; }

#reciclagem   { width: 78px; }
#industria    { width: 65px; }
#sigre        { width: 49px; }
#formacao     { width: 70px; }
#comunicacao  { width: 90px; }

#contactos    { width: 70px; }
#imprensa     { width: 80px; }
#publicacoes  { width: 85px; }

#ecoconsumo   { width: 85px; }
#directorio   { width: 125px; }
#noticias     { width: 55px; }

#contactos    { width: 70px; }

