/* 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 */

ul#nav { 
	width: 703px;
	list-style: none;
	margin: 0;
	padding: 0; }
#nav ul ul { left: 0px; }

/* Everything else is theming */
 
#nav { 
	height: 53px;
	list-style: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
 }
#nav *:hover { text-decoration:none; list-style: none; height: 31px; color:#fff;}
#nav a { color: #fff; font-size: 14px; font-weight:bold; line-height: 53px; text-decoration:none; text-align: center; }
  #nav li.hover a { background-color: #4b2ba8; height: 53px; }
  #nav ul { top: 50px; }
    #nav ul li a {
	display: block;
	color: #fff;         
	font-weight: normal;
	padding-top: 0px;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background-color: #4b2ba8;
	height: 30px!important;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232E5F;
}
	#nav ul li a:hover {
	background-image: none!important;
	background-color: #8d226b!important;
	background-repeat: no-repeat;
	color:#fff;
	font-weight: normal;
}
   #nav ul a {  border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/**************************/
#menu0 ul li a {
	width: 128px;
	margin-left: 5px;
	text-indent: 15px;
}

#menu1 ul li a {
	width: 113px;
	margin-left: 2px;
	text-indent: 18px;
}

#menu3 ul li a {
	width: 101px;
	margin-left: 1px;
	text-indent: 18px;
}
/**************************/


li#menu0 {
   width: 133px;
}

li#menu1 {
   width: 116px;
}

li#menu2 {
   width: 155px;
}

li#menu3 {
   width: 103px;
}

li#menu4 {
   width: 103px;
}

li#menu5 {
   width: 93px;
}

li#menu0 a {
   background-image: url('gifs/menu_discotheque.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu1 a {
   background-image: url('gifs/menu_restaurant.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu2 a {
   background-image: url('gifs/menu_location.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu3 a {
   background-image: url('gifs/menu_soirees.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu4 a {
   background-image: url('gifs/menu_liens.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu5 a {
   background-image: url('gifs/menu_actu.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu0 a:hover, a#selected-over0 {
   background-image: url('gifs/menu_discothequeover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/menu_restaurantover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu2 a:hover, a#selected-over2 {
   background-image: url('gifs/menu_locationover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu3 a:hover, a#selected-over3 {
   background-image: url('gifs/menu_soireesover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu4 a:hover, a#selected-over4 {
   background-image: url('gifs/menu_liensover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu5 a:hover, a#selected-over5 {
   background-image: url('gifs/menu_actuover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}