/*Inicio do Menu*/
 #segura_menu {
    position: relative;
    top: 0;
    left: 0;
    width: 750px;
    height: 57px;
  
  }
  
#pos_menu_por {
    position: absolute;
    top: 0;
    left: 15px;
    width: 710px;
    height: 57px;
    font-size: 10px;
  }
  
#pos_menu_esp {
    position: absolute;
    top: 0;
    left: 10px;
    width: 730px;
    height: 57px;
    font-size: 10px;

  }

#pos_menu_eng {
    position: absolute;
    top: 0;
    left: 3px;
    width: 740px;
    height: 57px;
    font-size: 9px;

  }
  
  #pos_menu_ita {
    position: absolute;
    top: 0;
    left: 20px;
    width: 730px;
    height: 57px;
    font-size: 10px;

  }
  
  #pos_menu_ale {
    position: absolute;
    top: 0;
    left: 20px;
    width: 710px;
    height: 57px;
    font-size: 10px;

  }
  
  #pos_menu_fra {
    position: absolute;
    top: 0;
    left: 20px;
    width: 710px;
    height: 57px;
    font-size: 10px;

  }
  
  #menu {
    position: relative;
    top: 10px;
    left: 0;
    width: auto;
    height: 30px;
    font-family: verdana,arial,tahoma;
      
  }
  

	#menu ul li ul{
		display: none;	/* Necessário para funcionar corretamente no Opera */
	}
		
	#menu{	/* DIV do MENU */
		visibility: hidden;	
	}
	#menu ul{
		margin: 0;	/* Sem Margem */
		padding: 0;	/* Sem padding */
	}
	#menu li{
		list-style-type: none;	/* Remover as bolinhas ou números */
	}	
	#menu a{

		margin: 0;
		padding: 0;
	}
		
	/* Propriedade de todos os ítens do MENU */
	#menu a{
		color: #256B66;
		text-decoration: none;
    padding-left: 2px;
		padding-right: 2px;
	
	}
	
	/*
	Parametro dos ítens do Menu 
	*/
	
	#menu .currentDepth1{
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #256B66;
	}
	#menu .currentDepth1over{
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #256B66;
	}
	#menu .currentDepth1 a{
		/*font-weight: none;*/
	}
	#menu .currentDepth1over a{	/* Propriedade hover dos ítens */
		color: #256B66;
		/*font-weight: none;*/
		text-decoration: underline;
		
	}
	
	/* Propriedade dos sub ítens */
	#menu .currentDepth2{
		padding-right: 0;
		background-color: #ffffe5;
		border: none;
	}
	#menu .currentDepth2over{
		padding-right: 0;
		background-color: #fff;
		border: none;
	}	
	#menu .currentDepth2over a{	/* Propriedade hover dos sub-ítens */
		color: #256B66;

	}	
	
	.dropline #first {position:relative; font-size:12px; height:19px; background:url(../images/back_up.gif);}
.dropline {position:relative; font-size:12px; height:19px; background:url(../images/back_down.gif);}

.dropline, .dropline ul {padding:0; margin:0; list-style:none; width:750px;}

.dropline li {float:left; height:19px; margin-right:1px;}
.dropline li a {float:left; display:block; height:19px; line-height:19px; padding:0 9px 0 10px; font-family:arial, sans-serif; font-size:11px; color:#fff; text-decoration:none; font-weight:bold;}
.dropline li a.down {background:url(../images/down.gif) no-repeat right center;}
.dropline li ul li a.down {font-size:15px; color:#ff0; font-weight:normal;}

.dropline li a:hover {white-space:nowrap; color:#444;}
.dropline li a.down:hover {white-space:nowrap; color:#444; background:url(../images/down-over.gif) no-repeat right center;}

.dropline li:hover > a {color:#444;}
.dropline li:hover > a.down {color:#444; background:url(../images/down-over.gif) no-repeat right center;}

.dropline li ul {position:absolute; top:18px; left:-9999px; z-index:10;background:url(../images/sub-back.png) no-repeat center top;}

.dropline #firstm :hover ul {left:100px; width:230px; padding-bottom:5px; background:url(../images/sub-back.png) no-repeat center top;}
.dropline #secondm :hover ul {left:200px; width:230px; padding-bottom:5px;background:url(../images/sub-back.png) no-repeat center top;}

.dropline :hover ul ul {left:-9999px; top:19px; background:transparent;}


	
