/* MENU */


/* ajusta quando não tem NADA em sub-menus */
li.nada {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* largura dos itens do menu */
	border: 1px solid #000;
	border-bottom: none;
	font-weight: bold;
	font-family: Stylus BT, Arial;
	text-align: center;
	font-size: 13px;
	color: #777; /* cor da fonte no vazio */

	filter:alpha (opacity=100); /* controla APENAS a opacidade do item vazio */
	-moz-opacity: 0.3;
	opacity:.30;
	-khtml-opacity: 0.3;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 151px; /* largura dos itens do menu */
	border-bottom: 0px solid #000;
	font-weight: bold;
	font-family: Stylus BT, Arial;
	font-size: 13px;
	
	filter:alpha (opacity=100); /* controla APENAS a opacidade dos sub-itens */
	-moz-opacity: 0.3;
	opacity:1;
	-khtml-opacity: 0.3;
	}

ul li {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: #FFFFFF; /* IE6 Bug */
	}
	
li ul {
	position: absolute;
	left: 109px; /* setar SEMPRE um 1px a menos do que a largura do menu */
	top: 0;
	display: none;
	width: 200px; /* largura dos sub-itens ou sub-menus */
	}

/* Estilo para os itens do menu */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FFFFFF; /* IE6 Bug */
	padding: 4px;
	border: 0px solid #000;
	border-bottom: 0;
	text-align: left;
	filter:alpha (opacity=100); /* controla a opacidade APENAS do menu */
	-moz-opacity: 0.3;
	opacity:1;
	-khtml-opacity: 0.3;
	}

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

ul li a:hover { color: #000000; background: #FFFFFF; /* estilo do hover */
	filter:alpha (opacity=100); /* controla a opacidade APENAS do estilo do hover atenuando as cores do menu e de hover */
	-moz-opacity: 0.3;
	opacity:1;
	-khtml-opacity: 0.3; }


li ul li a { padding: 2px 5px; font-size: 13px; text-align: left;} /* Estilo dos sub-menus */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* a opacidade poder ser alterada em 3 ocasiões separadamente ou em conjunto:
para o menu, para o sub-menu e para o hover */


/* END MENU */
/* SITE */

<!--
p,div,span,th,td{font-family: arial,sans-serif; font-size: 15px;text-align:justify;}
body {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	bgproperties: fixed;
	}

.tb{text-decoration:none}
.sb{font-size:12px; font-weight: bold;text-decoration:none;}
.ss{font-size:10px; font-weight: normal;}
.tl{font-size:12px; font-family: Arial; font-weight: normal;}
.tr{font-size:13px; font-family: Stylus BT, Arial; font-weight: bold;}
.tt{font-size:25px; font-family: Arial; font-weight: bold;}
.ak{text-decoration:none;color: rgb(255,255,200)}
.titulo{color: #006633; font-variant:small-caps; font-family: Stylus BT; font-size:14px;}

div {text-align: justify;}

A.titulo2:link {letter-spacing: 1; color: #006633; font-family: Monotype Corsiva, Arial; font-weight: bold; font-size:42px; text-decoration: none;}
A.titulo2:visited {letter-spacing: 1; color: #006633; font-family: Monotype Corsiva, Arial; font-weight: bold; font-size:42px; text-decoration: none;}
A.titulo2:hover {letter-spacing: 1; color: #006633; font-family: Monotype Corsiva, Arial; font-weight: bold; font-size:42px; text-decoration: none;}

FONT.titulo3{font-variant:small-caps; font-family: Stylus BT; font-size:14px; text-decoration: none;}

.top img{
filter:alpha (opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
-khtml-opacity: 0.4;
-webkit-opacity: 0.4;
}

.top:hover img{
filter:alpha (opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;
-webkit-opacity: 0.9;
}


A.info:link {color: #000000; font-weight:bold; text-decoration: none; font-size:12px}
A.info:visited {color: #000000; font-weight:bold; text-decoration: none; font-size:12px}
A.info:hover {color: #FFFFFF; font-weight:bold; text-decoration: none; font-size:12px}

A.info2:link {color: #000000; font-weight:bold; text-decoration: none; font-size:12px}
A.info2:visited {color: #000000; font-weight:bold; text-decoration: none; font-size:12px}
A.info2:hover {color: #FFA500; font-weight:bold; text-decoration: none; font-size:12px}

A.info3:link {color: #000000; font-weight:bold; font-family: Arial; text-decoration: none; font-size:12px}
A.info3:visited {color: #000000; font-weight:bold; font-family: Arial; text-decoration: none; font-size:12px}
A.info3:hover {color: #000000; font-weight:bold; font-family: Arial;text-decoration:underline;font-size:12px}


.bk	{
	background-image: url("fundo_fenix3.gif");
	background-position: center;
	background-repeat: no-repeat;
	}

.bk2	{
	background-image: url("fundo_fenix3.gif");
	background-position: center;
	background-repeat: no-repeat;
	}

.bk3	{
	background-image: url("");
	background-position: center;
	background-repeat: no-repeat;
	}


-->

/* END SITE */