/* 

Projeto: Amilpar RI - Re-layout
Versão: 1.0
Autor: Cyro Barros
E-mail: cyro.moraes@mz-ir.com/cyromorais@gmail.com

*/



/* ================================================================================================================ */


/* --- Menu_new ---     19-08-11  */
#menu_nw {
	margin: 0 auto;
	width:740px
}

	/*#menu_nw ul li {
		background:url(../images/imgSeparadorMenu.gif) no-repeat left top;
		padding:0 2px;
		position:relative
	}*/
	
		#menu_nw ul li.first { background:none }
		
			#en #menu_nw ul li.first { margin-left:60px }
	
		#menu_nw ul li a {
			display:block;
			height:36px;
			text-indent:-9999px;
		}
	
			/* --- Português --- */
			
				#menu_nw li a {
					/* background-image:none !important; */  
				}
				
				#menu_nw li a.mnu1 {
					background:url(../images/img_menu1_pti.gif) no-repeat left top;
					width:96px
				}
			
				#menu_nw li a.mnu2 { 
					background:url(../images/img_menu2_pti.gif) no-repeat left top; 
					width:108px
				}
				
				#menu_nw li a.mnu3 {
					background:url(../images/img_menu3_pti.gif) no-repeat left top; 
					width:122px
				}
				
				#menu_nw li a.mnu4 {
					background:url(../images/img_menu4_pti.gif) no-repeat left top;
					width:119px
				}
				
				#menu_nw li a.mnu5 { 
					background:url(../images/img_menu5_pti.gif) no-repeat left top;
					width:150px
				}
				
				#menu_nw li a.mnu6 {
					background:url(../images/img_menu6_pti.gif) no-repeat left top;
					width:107px
				}
			
			/* --- Inglês --- */
			
				#en #menu_nw li a.mnu1 { 
					background:url(../images/img_menu1_eni.gif) no-repeat left top;
					width:103px
				 }
			
				#en #menu_nw li a.mnu2 { 
					background:url(../images/img_menu2_eni.gif) no-repeat left top;
					width:115px
				}
				
				#en #menu_nw li a.mnu3 { 
					background:url(../images/img_menu3_eni.gif) no-repeat left top;
					width:118px
				}
				
				#en #menu_nw li a.mnu4 { 
					background:url(../images/img_menu4_eni.gif) no-repeat left top;
					width:129px
				}
				
				#en #menu_nw li a.mnu5 {
				 background:url(../images/img_menu5_eni.gif) no-repeat left top;
				 width:136px
				  }
				
				#en #menu_nw li a.mnu6 { 
				background:url(../images/img_menu6_eni.gif) no-repeat left top;
				width:91px
				 }
		
					#menu_nw li a:hover,
					#en #menu_nw li a:hover,
					#menu_nw li a.active,
					#en	#menu_nw li a.active,
					#menu_nw li a.selected,
					#en #menu_nw li a.selected {
						background-position:left -35px;
						color:#291DAF;
						
					}

					
						#menu_nw li ul {
							display:none;
							left:0px;
							position:absolute;
							top:36px;
							width:200px;
							z-index:99;
							
						}
						
						/* 3 nível */
						
						
						#menu_nw li ul li {
							background:#DDE4EB;
							border-top:1px solid #FFFFFF;
							font-size:11px;
							font-weight:bold;
							height:29px;
							line-height:29px;
							padding-left:15px;
							width:240px;
							float:left;
							position:relative;
						}
						
						
						
						/* 3 nível */
						#menu_nw li ul li ul li {
							background:#C4CAD1;
							border-top:1px solid #BABCBE;
							font-size:11px;
							font-weight:bold;
							height:29px;
							line-height:29px;
							padding-left:15px;
							width:215px;
							position:absolute;
							left:179px;
							top:-37px;
							float:left;
						}
						
						/* -- */
						
						
						
							#menu_nw ul#submnu1 { width:275px }
							#menu_nw ul#submnu2 { width:192px }
							#menu_nw ul#submnu3 { width:170px!important  }
							#menu_nw ul#submnu4,
							#menu_nw ul#submnu5 { width:210px }
							
								/* --- Ingles --- */
								
									#en #menu_nw ul#submnu2 { width:262px }
									#en #menu_nw ul#submnu3 { width:160px }
									#en #menu_nw ul#submnu4,
									#en #menu_nw ul#submnu5 { width:170px }
							
							
							/* -- */
							
							
								#menu_nw ul#submnu1 li { width:260px }
								#menu_nw ul#submnu2 li { width:277px }
								#menu_nw ul#submnu3 li { width:170px!important }
								#menu_nw ul#submnu4 li,
								#menu_nw ul#submnu5 li { width:195px }
								
									/* --- Ingles --- */
									
										#en #menu_nw ul#submnu2 li { width:247px }
										#en #menu_nw ul#submnu3 li { width:160px }
										#en #menu_nw ul#submnu4 li,
										#en #menu_nw ul#submnu5 li { width:155px }
							
							#menu_nw li ul li.first {
								background:#DDE4EB;
								border-top: 1px solid #FFFFFF;
							}
								#en #menu_nw li ul li.first { margin-left:0 }
							
								#menu_nw li ul li a {
									color:#7A7A7A;
									display:block;
									height:29px;
									text-decoration:none;
									text-indent:0
								}
								
								#menu_nw li ul li a:hover {
									color:#291DAF
								}

	
