/* CSS Document */


			#menu_new {
				height: 170px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				width: 205px; /* Width of main menu */
				background-color: #fff; /* 00467f */
			}
			
	#dhtmlgoodies_slidedown_menu li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	#dhtmlgoodies_slidedown_menu li {
		list-style-type: none;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	#dhtmlgoodies_slidedown_menu ul {
		margin: 0px;
		padding: 0px;
		position: relative;

	}
	
	/* ******************************************/
	/* ******** NIVEL BASE **********************/
	
	#dhtmlgoodies_slidedown_menu {		
		width: 205px;
		min-height: 18px;
		background-color: #fff;
		visibility: hidden;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
			#dhtmlgoodies_slidedown_menu a {
				color: #000;
				/* background-color: #ff8800; */
				text-decoration: none;	
				display: block;
				clear: both;
				width: 200px;
				padding: 0px;
				margin: 0px;
			}


	/* ******************************************/
	/* ******** PRIMEIRO NIVEL ******************/

		#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */
			/* font-family: Verdana, Arial, Helvetica, sans-serif; */
			text-transform: uppercase;
			color: #fff;
			height: 18px;
			width: 175px;
			line-height: 16px;
			vertical-align: middle;
			padding: 2px 0px 0px 30px;
			margin: 3px 0px 0px 0px;
			cursor: pointer !important;
			background-color: #e7e7e7; /* 00467f */
			background-image: url(../imgs/menu.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		} 
		
				#dhtmlgoodies_slidedown_menu .slMenuItem_depth1:hover {	/* Sub menu items */
					background:#e7e7e7 url(../imgs/menu.gif) no-repeat 0 -27px;
				}
				
		#dhtmlgoodies_slidedown_menu #current a {	
			background:#e7e7e7 url(../imgs/menu.gif) no-repeat 0 -27px;
		}

	/* ******************************************/
	/* ******** SEGUNDO NIVEL *******************/
	
		#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {	/* Sub menu items */
			margin: 0px 0px 0px 0px;
			/* font-family: Verdana, Arial, Helvetica, sans-serif; */
			/* text-transform: uppercase;*/
			color: #000;
			min-height: 19px;
			line-height: 16px;
			vertical-align: bottom;
			padding-left: 30px;
			width: 175px;
			background-color: #e7e7e7; /* e0e0e0 */
			background-image: url(../imgs/menu_silver.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
	
				#dhtmlgoodies_slidedown_menu .slMenuItem_depth2:hover { 
					margin: 0px;
					/* font-family: Verdana, Arial, Helvetica, sans-serif; */
					/* text-transform: uppercase; */
					color: #00467f;
					min-height: 19px;
					line-height: 16px;
					vertical-align: bottom;
					padding-left: 30px;
					width: 175px;
					background-color: #e7e7e7; /* e0e0e0 */
					background-image: url(../imgs/menu_silver.gif);
					background-repeat: no-repeat;
					background-position: left bottom;
				}
				
	/* *************************************************/
	/* ******** TERCEIRO NIVEL *************************/
	
		#dhtmlgoodies_slidedown_menu .slMenuItem_depth3 {	/* Sub menu items */
			padding: 5px 0px 5px 45px;
			margin: 0px;
			font-style: normal;
			color: #6e6e6e;
			min-height: 10px;
			width: 160px;
			/* line-height: 16px; */
			vertical-align: bottom;
			background-color: #f7f7f7; /* e0e0e0 */
			background-image: url(../imgs/menu_silver3.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}	

				#dhtmlgoodies_slidedown_menu .slMenuItem_depth3:hover {	/* Sub menu items */
					padding: 5px 0px 5px 45px;
					width: 160px;
					vertical-align: bottom;
					margin: 0px;
					font-style: normal;
					color: #00467f;
					background-color: #f7f7f7; /* e0e0e0 */
					background-image: url(../imgs/menu_silver3.gif);
					background-repeat: no-repeat;
					background-position: left bottom;
				}	
				
	/* **********************************************************/
	/* ******** MENU GIF PRIMEIRO NIVEL *************************/
	
		.menu_gif {	
			margin: 0px 0px 0px -10px;
			/* 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_gif.gif);
			background-repeat: no-repeat;
			background-position: left 4px;
			display: block;
			/* cursor: pointer; */
		}

				.menu_gif a {	
					margin: 0px 0px 0px -10px;
					/* 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_gif.gif);
					background-repeat: no-repeat;
					background-position: left 4px;
					display: block;
					/* cursor: pointer; */
				}	
				
				.menu_gif a:hover {	
					margin: 0px 0px 0px -10px;
					/* 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_gif.gif);
					background-repeat: no-repeat;
					background-position: left 4px;
					display: block;
					/* cursor: pointer; */
				}
				
	/* *********************************************************/
	/* ******** MENU GIF SEGUNDO NIVEL *************************/
	
		.menu_gif2 {	
			margin: 0px 0px 0px -15px;
			/* 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: left 3px;
			display: block;
			/* cursor: pointer; */
		}

				.menu_gif2 a {	
					margin: 0px 0px 0px -15px;
					/* 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: left 3px;
					display: block;
					/* cursor: pointer; */
				}	
				
				.menu_gif2 a:hover {	
					margin: 0px 0px 0px -15px;
					/* 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: left 3px;
					display: block;
					/* cursor: pointer; */
				}	
