#pad {height:140px;}

/* menu principale*/
#menu {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; text-align:left;background-color: #12AABE}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:30px; line-height:30px; color:#333; text-decoration:none; padding:0 14px 0 15px; border-right:#FFFFFF 1px solid; border-bottom:#FFFFFF 1px solid; background-color: #8CD3DD;}

/*------------------------*/
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/*position de la rubrique sous le menu*/
#menu li a:hover {z-index:200; position:relative;color:#999; background-color:#12AABE;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#333; background-colour:#12AABE;}
#menu li:hover > a.sub {color:#333; background-color:#12AABE;}

#menu li.current a {color:#333; background:#D6AD58;}

#menu li a.sub {background:#D6AD58;}
#menu li.current a.sub {color:#333;}

#menu :hover ul {left:0; top:30px; width:180px; background:#D6AD58;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:230px; top:-1px; background: #D6AD58; white-space:nowrap; width:120px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:230px; padding:0; text-indent:10px; background:#D6AD58; color:#fff; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background: #12AABE;}

#menu :hover ul :hover {background-color:#fff; color:#fff;}
#menu :hover ul :hover a.fly {background-color: #8CD3DD;color:#fff;}

#menu :hover ul :hover ul li a {width:230px; padding:0; text-indent:10px; background: #8CD3DD; color:#333;}
#menu :hover ul :hover ul :hover {background-color: #12AABE; color:#fff;}
