/* 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: 1000px;
	list-style: none;
	margin: 0;
	padding: 0; }
#nav ul ul { left: 150px; }

/* Everything else is theming */
 
#nav { 
	height: 49px;
	list-style: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
 }
#nav *:hover { text-decoration:none; list-style: none; height: 26px; color:#fff;}
#nav a { color: #fff; font-size: 12px; font-weight:bold; line-height: 50px; text-decoration:none; text-align: center; }
  #nav li.hover a { background-color: #59669D; height: 49px; }
  #nav ul { top: 42px; }
    #nav ul li a {
	display: block;
	color: #fff;         
	font-size: 11px;         
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background-color: #59669D;
	height: 25px!important;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232E5F;
}
	#nav ul li a:hover {
	background-image: none!important;
	background-color: #999798!important;
	background-repeat: no-repeat;
	color:#fff;
	font-weight: bold;
}
   #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: 235px;
	margin-left: 8px;
	text-indent: 15px;
}

#menu2 ul li a {
	width: 140px;
	margin-left: 1px;
	text-indent: 3px;
}

#menu5 ul li a {
	width: 226px;
	margin-left: 2px;
	text-indent: 15px;
}

#menu6 ul li a {
	width: 226px;
	margin-left: 2px;
	text-indent: 15px;
}
/**************************/


li#menu0 {
   width: 180px;
}

li#menu1 {
   width: 113px;
}

li#menu2 {
   width: 120px;
}

li#menu3 {
   width: 164px;
}

li#menu4 {
   width: 182px;
}

li#menu5 {
   width: 235px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

