/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 

#nav *:hover { background-color: none; }
#nav a {  color: white; font-size: 12px; padding: 0px; line-height: 1;text-decoration:none; }
  #nav li.hover a { }
  #nav ul { top: 41px; }
    #nav ul li a { background:none; color:#262625;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:block; font-size:14px; text-align:left; }
   #nav ul {border-right: 1px solid #B1B1B1; border-bottom: 1px solid #B1B1B1; border-left: 1px solid #B1B1B1; /*background:url(images/bg-droppy.gif) top right repeat-x;*/ height:85; width:161px;  margin-left:-1px;  }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav a.historique { background:url(images/sousmenu-historique.gif) no-repeat; height:30px}
#nav a.mission { background:url(images/sousmenu-mission.gif) no-repeat; height:26px}
#nav a.valeurs { background:url(images/sousmenu-valeurs.gif) no-repeat; height:30px}

#nav a:hover.historique { background:url(images/sousmenu-historique-over.gif) no-repeat; height:30px}
#nav a:hover.mission { background:url(images/sousmenu-mission-over.gif) no-repeat; height:26px}
#nav a:hover.valeurs { background:url(images/sousmenu-valeurs-over.gif) no-repeat; height:30px}

#nav span{ display:none;}