/*
  Menus drop-down horizontal-vertical (hv) e vertical-vertical (vv) até 4 níveis
  by Micox - elmicox.blogspot.com - Ver. 2.0 - 20/02/08 - Creative Commons License
*/ 
.clearb { clear: both; }

#menu_vert {
   margin-left: 1px;
   margin-right: 0px;
}
 
#menuwrapper { 
	/* Fix for Opera 8 */ 
	/*   overflow: hidden;  */ 
	background-color: #000;
	border-bottom: 0px solid #C0C0C0;
	width: 680px;
	height: 23px;
	line-height: 1.1em; /*0.7*/
	font-size: 1.1em;
	float:left;
}



#menuwrapper a{
	text-decoration: none;
	text-align: center;
}

#menuwrapper a:hover { 
	background:#000000; /* cor de fundo do menu ao clicar*/
   color: #74CCFE;
}


  
.menu-hv { position: relative; margin: 0; padding: 0; display: block; /*zoom: 1;*/}
 .menu-hv *  { margin: 0; padding: 0; list-style: none }
 .menu-hv li { position: relative; line-height: 1.5em; vertical-align: top }
 .menu-hv a { font-family: cursive ;
font-weight: bold;
    list-style: none; 
   padding-left: 5px; 
   padding-right: 5px; 
   color: white; 
   display: block; /*fix bug ie6/*
   /*zoom: 1;*/
   line-height: 1.7em; 
   }
   
 .menu-hv li ul{ position: absolute; visibility: hidden}
 .menu-hv li:hover ul, .menu-hv li.hover ul{ visibility: visible }
 .menu-hv li:hover ul ul, .menu-hv li.hover ul ul{ visibility: hidden }
 .menu-hv li li:hover ul, .menu-hv li li.hover ul{ visibility: visible }
 .menu-hv li li:hover ul ul, .menu-hv li li.hover ul ul { visibility: hidden }
 .menu-hv li li li:hover ul, .menu-hv li li li.hover ul{ visibility: visible }
 /* características horizontal-vertical */
 .menu-hv:after, .menu-hv.after { content: "."; line-height: 0px; clear: both; /*display: block;*/ visibility: hidden}
 .menu-hv li { float: left; }  
 .menu-hv li ul li { float: none; }
 .menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
 /* ****************************************
   ALTERE ABAIXO. defina a largura, cor, formatações, etc, dos itens do seu menu abaixo
   ou apague as linhas se for definir em outro lugar
 */
 .menu-hv li { width: 95px; background-color: black; margin-left: 5px;}
 .menu-hv li a:hover { background-color: black }

 
 /* End of 'Navigation: CSSMenu - Horizontal' */

.titulo-menu {
	margin-top: 20px;
	font-size: 12px;
	border-bottom: 1px dashed #dcdcdc;
	font-weight:700;
}

#secundary-nav {
	/*margin-top: 16px;*/
	width: 160px;
	float: left;
	
	/*padding-bottom: 100px;*/
}

#secundary-nav ul a{
	margin-left:5px;
	color: #000000; 
	text-decoration:none;
}

#secundary-nav li {
	margin-left: 5px;
	text-decoration: none;
	list-style-type:none;
}

#secundary-nav  a:hover{
	color: #fff;
	background-color: #000;
}
 
 
/*************************** Formata NAVEGADOR LINGUAS *******************************/	
#navlinguas{
	list-style: none;
	/*padding-top: 6px;*/
	float: right;
	height:23px;
	width: 70px;
	background-color: #000;
	/**clear: both;*/
}

#navlinguas li {
	display: inline;
}

#navlinguas ul{
	margin-top: 6px;
}

#menu_brasil  a{
	width: 14px;	
	height: 11px;
	padding-right: 8px;
	background: url(../images/brasil.png) no-repeat;
  	
	float: right;
	
}
#menu_brasil a:hover{
	background: url(../images/brasil.png) no-repeat;
}

#menu_espanha a{
	width: 14px;	
	height: 11px;
	padding-right: 8px;
	background: url(../images/espanha.png) no-repeat;
  	/*margin-top: 4px;*/
	float: right;
}
#menu_espanha a:hover{
	background: url(../images/espanha.png) no-repeat;
}

#menu_inglaterra  a{
	width: 14px;	
	height: 11px;
	padding-right: 8px;
	background: url(../images/inglaterra.png) no-repeat;
  	/*margin-top: 4px;*/
	float: right;
}
#menu_inglaterra a:hover{
	background: url(../images/inglaterra.png) no-repeat;
}

 
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6
   http://elmicox.blogspot.com/2008/03/ativando-hover-e-first-child-no-ie-6-um.html */
* html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '';
} } )(this) , 'auto') }
