#menuH1  {
   position: absolute;
   display: block;
   margin: 0;
    font-weight: bold;
   z-index: 99;
}
#menuH1 imgSeparateur {
    display:visible;
}
#menuH1 ul {
    height:20px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100px;
    position: relative;
    overflow: visible;
	z-index:99;
}

#menuH1 li {
    margin: 0;
    text-align:center;
    position: relative;
    float: left;
    width: 100px;
    border-bottom: none;
    display: block;
    height: 20px;
	z-index:99;
}

#menuH1 li li {
  background-image: url("");
	position: relative;
    color: #4D4D0E;
	text-align:left;
    BACKGROUND-COLOR: #D0D1FE;
    width: 100px;
    border: solid 1px #4D4D0E;
    display: block;
    height: auto;
}
#menuH1 li li li{
    position: relative;
    color: #4D4D0E;
    BACKGROUND-COLOR: #F0F1C1;
    width: 100px;
    border: solid 1px #4D4D0E;
    display: block;
    height: auto;
}

#menuH1 a {
    text-decoration: none;
    text-align:center;
    color: #4E4E2A;
    display: block;
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana Bold;
    padding: 0em;
    margin: 0.5em 0em 0em 0em;
    width: 100px;
}

#menuH1 a:hover{
    display: block;
    color: #AF4B4B;
    background-image: none;
}

#menuH1 ul{
    display: none;
}


/*all see this */

#menuH1 ul ul,
#menuH1 ul ul ul{
    display: none;
    position: absolute;
    margin-top: -1.6em;
	width:100px;
	right:-100px;
}

/* non-IE browsers see this */
 #menuH1 ul li>ul, #menuH1 ul ul li>ul{
    margin-top: -1.4em;
 }

#menuH1 li:hover ul ul, #menuH1 li:hover ul ul ul{
    display: none;
}

#menuH1 li: hover ul, #menuH1 ul li:hover ul, #menuH1 ul ul li:hover ul{
    display: block;
}

li>ul {
    top: auto;
    left: auto;
}

/* Win IE only \*/

/* end holly hack */
