@charset "ISO-8859-1";
/* CSS Document */

UL {margin:0; padding:0;}
	
#menu 	{float:left; width:152px; margin:0; padding:0;}
			
		#menu #comeco	{margin:0; padding:0; height:10px;
						background:url(../imagens/bg_menu_comeco.gif) no-repeat;}
		
		#menu #fim		{margin:0 0 5px 0; padding:0; height:10px;
						background:url(../imagens/bg_menu_fim.gif) no-repeat;}
		
		#menu #institucional, #menu #publicacoes, #menu #restrita, #menu #newsletter {
						margin:0; padding:0;
						list-style:none; text-indent:0;
						background:url(../imagens/bg_menu.gif) #bcd6db;}

	/*	ÁREA RESTRITA */

		#restrita H6, #newsletter H6
						{margin:-5px 0 0 3px; height:28px; width:145px;
						font-size:12px;	line-height:26px; text-indent:15px;
						text-align:left; vertical-align:middle;	color:#FFFFFF; 
						font-family: "Trebuchet MS", Verdana, Helvetica;
						background:url(../imagens/bg_menu_titulo.gif) center center;}
			
		#restrita INPUT, #newsletter INPUT
						{margin:0; margin-top:3px; *margin-top:1px; margin-left:6px;
						padding:0 0 0 5px; width:133px; height:20px;
						border:1px solid #37909e; color:#c5c5c5;}
			
		#restrita INPUT:hover, #newsletter INPUT:hover
								{color:black;}
			
		#restrita A, #newsletter A
								{margin-left:10px;}
	
		#menu LI				{margin:0; padding:6px 10px 6px 15px;
								font-weight:bold; overflow:visible;}
		
		#menu LI:hover			{margin-left:5px; padding-left:10px;
								color:#25626b; text-decoration:none;
								background:url(../imagens/bg_menu_mouseouver.gif) no-repeat;
								overflow:visible;}
		
		#menu LI A:link, #menu LI A:hover, #menu LI A:active, #menu LI A:visited
								{color:#25626b; text-decoration:none; overflow:visible;}
	
		#menu button			{margin:3px 3px 5px 4px;
								width:145px; height:27px;
								background:url(../imagens/bg_menu_entrar.gif) no-repeat;
								border:none;}
			
		#menu button:active		{background:url(../imagens/bg_menu_entrar_active.gif) no-repeat;}
	
	/* fim menu */