/* DIV general que conté el menú, i un altre div amb el sobre de contacta */
#menu_vert 
{
   margin-left: 0px;
   margin-right: 0px;
   width: 100%;
}

div.contacte
{
	position: absolute;	
	top: 166px;
	left: 660px;
	background-color: #7cc737;
}

a.idioma
{
		color: white;
		text-decoration: none;
}

a.idioma:hover
{
		text-decoration: underline;
}


/* Fix for Opera 8 */
.clearb { clear: both; }

/* div que conté el menú */
#menuwrapper 
{ 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #7cc737;
   
/* Posem aquest border per compatibilitzar IE i els altres */   
   border-bottom: 1px solid #7cc737;
   font-size: 14px;
   
}

/* llista de 1er nivell */
#primary-nav, #primary-nav ul 
{
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul 
{ 
   position: absolute; 
   top: auto; 
   display: none;
}

	
#primary-nav li 
{ 
   margin-left: 0px;
   float: left; 
   z-index: 2; /* posem el nivell de profuncitat perquè el submenú es vegi per damunt del contingut de la pàgina */
}

/* Styling the basic apperance of the menu elements */
#primary-nav a 
{ 
   display: block; 
   margin: 0px; 
   margin-top: 3px;
   margin-bottom: 3px;
   padding: 5px 10px; 
   text-decoration: none; 
   color: white;
   font-weight: bold;

}

#primary-nav a:hover { 
	color: #454545; /*#767676;*/
}

.menuactive
{
 	background-color: #95ef42;
}



/*.menuparent
{
		background-color: red;
}*/


/* 2n Nivell del menú */
#primary-nav ul ul 
{ 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 

}

/* IE Hacks */
#primary-nav li li 
{ 
   float: left; 
   clear: both; 
	margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative; 
   width: 215px;
   background-color: #98df57;
   font-size: 11px;
}
#primary-nav li li a 
{ 
   height: 0%; 
}


#primary-nav li, #primary-nav li.menuparent { 
   background-color: #7cc737;
    
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul 
{ 
   display: block; 
}
