/******************************************************************************/
#topMenu2 ul li
{
  position:relative;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topMenu2 ul ul 
{
  visibility:hidden;
  position:absolute;
  height:0;left:-1px; top:27px;
  border-top:0px solid #000;
  border-left-width:0px;
  border-right-width:0px;
  z-index: 1000;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topMenu2 table {position:absolute; top:0; left:0; border-collapse:collapse; border-width:0px;}


/********************************************* top menu ****************************/
/* style the links for the top level */
#topMenu2 a, #topMenu2 a:visited 
{
  /*display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;*/
}




/**************************** second menu *************************************/

/* style GENERAL pour les menus secondaires */
#topMenu2 ul ul li
{
  border-bottom:1px solid #000;
  text-align:left;
  z-index: 1000;
}


/* make the second level visible when hover on first level list OR link */
#topMenu2 ul li:hover ul,
#topMenu2 ul a:hover ul
{
  visibility:visible; 
}




/* style the second level links */
#topMenu2 ul ul a
{
  /*background:#FFF; */
  padding:8px 0 5px 0;
  margin-top: 0px;

  border-bottom:1px solid #a2a2a2;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  background:url(/upload/images/bk-menu.jpg) top left repeat-x;
  font-size:12px;
  font-weight: bold;
  padding-left: 4px;
}

/******** [DEBUT] ICI LES STYLES POUR LES SOUS MENUS NIVEAU 0*****/

/* Style pour couleur en overlay */
#topMenu2 ul ul a:hover
{
   /*color:#000; 
   background:#b7d186;*/

   background:url(/upload/images/bk-menu-on.jpg) top left repeat-x;
} 


/* Sous menu TEAM pour toutes les langues*/
#topMenu2 ul ul li.team0{
  
}

/* Sous menu TEAM pour toutes l'allemand*/
#topMenu2 ul ul li.team0de{
   width: 300px;
}

/* Sous menu PRODUCTS pour toutes les langues*/
#topMenu2 ul ul li.products0{
  
}

/* Sous menu PRODUCTS pour toutes l'allemand*/
#topMenu2 ul ul li.products0de{
   
}

/******** [FIN] ICI LES STYLE PARTICULIERS *******/



