 .menu {
 	z-index:10;
 	display:block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
 .menu,  .menu ul {
 	z-index:11;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1em;
    clear: left;
}

 .menu a {
    display: block;
    padding: .2em 1em;
    color: #9A9B9F;
    text-decoration: none;
}
 .menu a.Cabinet:hover {
	background: #669933;
}
 .menu a.Metier:hover {
	background: #A33236;
}
 .menu a.DomaineCompetence:hover {
	background: #6F99C9;
}
 .menu a.Doctrine:hover {
	background: #993366;
}
 .menu a.Contact:hover {
	background: #CD752D;
}

 .menu a:hover {
    color: #ffffff;
    background: #333333;
}

 .menu li ul a:hover {
    color: #ffffff;
    background: #666666;
}

 .menu li {
    float: left;
    text-align: center;
    font-weight: bold;
}

 .menu li ul {
    position: absolute;
    width: 18em;
    margin-left: 0em;
    left: -999em;
}

 .menu li ul li {
    width: 18em;
    background: #000000;
    text-align: left;
    font-weight: normal;
    border-top: 1px solid #000000;
}

 .menu li ul a {
    width: 18em;
 /*   padding: .3em 0 0 2em;*/
    background: #333333;
}

 .menu li ul a:hover {
    width: 18em;
}

  ul li .Associe a:hover {
    background: #666699;
}
  ul li .Collaborateur a:hover {
    background: #993366;
}
  ul li .BackOffice a:hover {
    background: #534343;
}
  ul li .Assurance a:hover {
    background: #A23B2C;
}
  ul li .BanqueBourse a:hover {
    background: #534343;
}
  ul li .RisqueIndustriel a:hover {
    background: #CD752D;
}

 .menu li:hover ul,  .menu li.subMenu ul {
    left: auto;
}

 .menu li ul ul {
    margin: -1.2em 0em 0 18em;
}

 .menu li:hover ul ul,  .menu li.subMenu ul ul {
    left: -999em;
}

 .menu li:hover ul,  .menu li li:hover ul,
 .menu li.subMenu ul,  .menu li li.subMenu ul {
    left: auto;
}



/*************  A garder pour gerer le rollover en CSS avec IE *****************/
/*  Ne pas oublier la liaison avec le fichier htc dans la declaration du BODY  */

.menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
.menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 
