/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; text-align:left; }
  #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; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }

/* Everything else is theming */
 
#nav { background: #4d4d4d url(/images/common/menu/fond-gris-normal.gif) top left repeat-x; padding-left:0.4em; }
#nav br { clear:left; }
#nav *:hover { /*background: none;*/ }
#nav a { color: white; text-decoration:none; font-weight:bold; padding:0.4em 0.4em 0.3em; }
#nav a:hover { background:#181818 url(../images/common/menu/fond-gris-hover.gif) top left repeat-x; }
#nav a.active { background:#ae7100 url(../images/common/menu/fond-orange-active.png) top left repeat-x; }
#nav a.active:hover { background:#ae7100 url(../images/common/menu/fond-orange-active.png) top left repeat-x; }
  #nav li.hover { background:#181818 url(../images/common/menu/fond-gris-hover.gif) top left repeat-x; }
  #nav ul { top: 2em; padding:2px; background:#4e4e4e url(/images/common/menu/fond-gris-ssmenu.gif) top left repeat-x; }
    #nav ul li a { font-weight:normal; padding:0.2em 0.4em; }
	  #nav ul li a:hover { background:#3cb1cf url(../images/common/menu/fond-bleu-ssmenu-hover.gif) top left repeat-x; }
      #nav ul a.hover {}
   #nav ul a {}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

