/* CSS Document */

* {
	font-family:arial;
	font-size:10px;
}
iframe {

	border:0px;
}

.menu {
	text-decoration: none;
	color: #666666;
}

.menu:hover {
	text-decoration: none;
	color: #006600;
	font-weight:bold;
}

.titulointernas {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titulo:hover {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

a { 
	color:#000;

}

.titulo_destaque {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titulo_destaque:hover {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

.retranca {
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}

#dhtmlgoodies_menu{		
	width:146px;	/* Width of main menu */
	text-align:left;
	
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
		
	height:24px;	/* 20 pixel height */
	line-height:24px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	margin:1px;	/* A little bit of air */
	background:url(imagens/fundo_btn.jpg);
	padding-left:5px;
	
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#000;
	font-weight:bold;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	font-family:arial;
	text-align:left;
	width:146px;

	
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	padding-left:5px;
	
	height:23px;	/* 16 pixels height */
	line-height:23px;	/* 16 pixels height */
	background:url(imagens/fundo_btn.jpg);
		
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	font-weight:bold;
}
