/* CSS Document */
			
			#menu_new {
				height: 160px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				width: 205px; /* Width of main menu */
				background-color: #fff; /* 990000 */
			}
			
	/* *********************************************************/
	/* ******** MENU *************************/
	
	#dhtmlgoodies_menu{	
			height: 18px;
			color: #fff;
			line-height: 16px;
			width: 205px;	/* Width of main menu */
			background-color: #fff; /* 990000 */
		
	} 
	#dhtmlgoodies_menu li{	/* Main menu <li> */
		list-style-type: none;	/* No bullets */
		margin: 0px;	/* No margin - needed for Opera */
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
			#dhtmlgoodies_menu li a {	/* Main menu links */
				text-decoration:none;	/* No underline */
		text-transform: uppercase;
					color: #fff;
					width:175px;	/* Width of main menu */
					height: 18px;	/* 20 pixel height */
			line-height: 16px;
				/* vertical-align:middle;	/* Align text in the middle */
					background-color: #e7e7e7; /* 990000 */
					padding: 2px 0px 0px 30px;
					margin: 3px 0px 0px 0px;
				display:block;
					/* line-height: 15px; */
					background-image: url(../imgs/menu.gif);
					background-repeat: no-repeat;
					background-position: 0 0;
			}
			#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
				text-decoration:none;	/* No underline */
		text-transform: uppercase;
					color: #fff;
					width:175px; /* Width of main menu */
					height: 18px; /* 20 pixel height */
			line-height: 16px;
				/* vertical-align:middle; /* Align text in the middle */
					background-color: #e7e7e7; /* 990000 */
					padding: 2px 0px 0px 30px;
					margin: 3px 0px 0px 0px;
				display:block;
					/* line-height: 15px; */
					background-image: url(../imgs/menu.gif);
					background-repeat: no-repeat;
					background-position: 0 -27px;
			}
			
		#dhtmlgoodies_menu #current a {	
			background:#e7e7e7 url(../imgs/menu.gif) no-repeat 0 -27px;
		}


	/* *********************************************************/
	/* ******** MENU PRIMEIRO NIVEL******************************/
	
	#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 */
				padding-left: 10px;
			}
			
	.dhtmlgoodies_subMenu{
		visibility: hidden;
		position: absolute;
		overflow: hidden;
		border: 1px solid #a4a4a4;
		background-color: #fff;
		font-family: arial;
		text-align: left;
	}
	
	/* *********************************************************/
	/* ******** MENU SEGUNDO NIVEL******************************/


	.dhtmlgoodies_subMenu ul {
		margin: 0px;
		padding: 0px;	
	}
			.dhtmlgoodies_subMenu ul li {
				width: 160px;
				min-height:19px;	/* 16 pixels height */
				list-style-type: none;
				margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
				padding: 3px 0px 0px 0px;	/* 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: #00467f;	/* Black text color */
				
				min-height: 19px;	/* 16 pixels height */
				line-height: 16px;	/* 16 pixels height */
				padding: 0px;	/* 1px of "air"   inside */
				
				display: block;	/* Display as block - you shouldn't change this */
					background-color: #fff; /* e0e0e0 */
					background-image: url(../imgs/menu_nivel2.gif);
					background-repeat: no-repeat;
					background-position: left bottom;
				
			}
			.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
				color:#999;	/* White text */
					background-color: #fff; /* e0e0e0 */
					background-image: url(../imgs/menu_nivel2.gif);
					background-repeat: no-repeat;
					background-position: left bottom;
			}
			
	/* **********************************************************/
	/* ******** MENU GIF PRIMEIRO NIVEL *************************/
	
		.menu_gif {	
			margin: 0px 0px 0px 0px;
			/* font-family: Verdana, Arial, Helvetica, sans-serif; */
			/* text-transform: uppercase; */
			/* color: #000; */
			padding: 0px 0px 0px 10px;
			/* background-color: #0099CC; /* e0e0e0 */
			background-image: url(../imgs/menu_gif2.gif);
			background-repeat: no-repeat;
			background-position: 2px 4px;
			display: block;
			/* cursor: pointer; */
		}

				.menu_gif a {	
					margin: 0px 0px 0px 0px;
					/* font-family: Verdana, Arial, Helvetica, sans-serif; */
					/* text-transform: uppercase; */
					/* color: #000; */
					padding: 0px 0px 0px 10px;
					/* background-color: #0099CC; /* e0e0e0 */
					background-image: url(../imgs/menu_gif2.gif);
					background-repeat: no-repeat;
					background-position: 2px 4px;
					display: block;
					/* cursor: pointer; */
				}	
				
				.menu_gif a:hover {	
					margin: 0px 0px 0px 0px;
					/* font-family: Verdana, Arial, Helvetica, sans-serif; */
					/* text-transform: uppercase; */
					/* color: #000; */
					padding: 0px 0px 0px 10px;
					/* background-color: #0099CC; /* e0e0e0 */
					background-image: url(../imgs/menu_gif2.gif);
					background-repeat: no-repeat;
					background-position: 2px 4px;
					display: block;
					/* cursor: pointer; */
				}