@charset "utf-8";
/* CSS Document */
<!--
/* menu horizontal by micox */

* {  
	padding:0px; /* hack para resolver problema da margem superior IE FF*/
	margin:0px; 
}
#todo { /*apas on*/
	margin: 0px;
	padding:0px;
	background-image: url(../images/fdo_content.gif);
	background-repeat: repeat-y;
}
.menu-hh {
	display: table;
	background-image: url(../images/fdo_menu.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #333333;
}
.menu-hh * { 
	margin: 0; 
	padding: 0;
}
.menu-hh a { 
	display: block;
}
.menu-hh li { 
	list-style: none; 
	float: left; 
	height: 1%;
}
.menu-hh li ul { 
	position: absolute; 
	visibility: hidden; 
	white-space: nowrap;
}

/* hack para navegadores que exigem width para elementos pos absolute (Opera) */

html:first-child>body .menu-hh li ul { 
	width: 759px; 
}
.menu-hh li:hover ul, .menu-hh  li.over ul { 
	visibility: visible;
}
 /* a class  .over eh tecnica pro hover no IE */
.menu-hh li:hover ul li ul, .menu-hh li.over ul li ul{ 
	visibility: hidden;
}
.menu-hh li ul li:hover ul, .menu-hh li ul li.over ul{ 
	visibility: visible;
}
/* visual */
.menu-hh { 
	width: 759px; 
	margin: 0; 
	padding-left: 160px;
	margin-left:20px;
	height: 66px;
	
}
.menu-hh a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 0 10px;
	line-height: 30px;
	 /* border: 1px solid #FF0000;*/
}
.menu-hh a:hover {
	text-decoration: none;
	color:#CC0000;
	font-weight: bold; 
	background-image: url(../images/hover_menu.png);
	background-repeat: no-repeat;
	 /*background-color: #009900;*/
}
.menu-hh ul li ul { /*aqui entra o que deve acontecer qdo coloca-se o mouse sobre PROGRAMAS*/
  	background-image: url(../images/fdo_submenu.jpg);
	background-repeat: repeat-x;
}
-->