/* Basic code - don't modify */
 a {text-decoration: none}
 #nav { display: block; margin: 0; padding: 0; position: relative; background:url(images/fond-menu.jpg); }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;width:193px; text-align:center; }
  #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; height: 42px; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

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

/* Everything else is theming */
#nav a:hover { width: 180px; height: 29px; color:#000000; }

#nav { background:url(images/fond-menu.jpg); height: 41px; }
#nav *:hover { background-color: none; }
#nav li{ height: 29px; }
#nav a { border-right: 0px solid white; color: white; font-size: 12px; padding: 6px; line-height: 28px;width: 180px; height: 29px; color: #000000; font-size: 10.2pt; font-weight: bold; }
  #nav li.hover a { height: 29px; }
  #nav ul { top: 42px; }
    #nav ul li a { background-color: #CCCCCC; height: 29px; font-size: 9pt; font-weight: normal; }
      #nav ul li.hover > a { color: #FF0000; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


