#menu {float:left; padding:0; margin:0 0 0 8px; list-style:none; position:relative; width:130px;}
#menu ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(images/interface/trans.gif); position:absolute; left:-9999px; top:0;}
#menu table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#menu li {float:left; margin-bottom:5px;}	/* espace entre bloc de niveau 1 */
#menu li a {display:block; float:left; width:130px; height:24px; background:url(images/interface/degbleumenu2.jpg); color:#FFFFFF; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:5px;}
#menu li a.fly {background:url(images/interface/degbleumenu1.jpg);}


#menu li:hover {position:relative;}
#menu li a:hover {position:relative; background:#FFCC33; color:#336699;}
#menu li:hover > a {background:#FFCC33; color:#336699;}

#menu ul li { margin-bottom:0px;} /* espace entre blocs de niveau 2 */
#menu ul li a {background:url(images/interface/degbleumenu2.jpg); color:#ffffff; width:130px;}

/*#menu ul li a.fly {background:#CCFF55 url(images/interface/right-arrow.gif) no-repeat right center;}*/
/*#menu ul ul li a {background:#CCFFAA;}*/
/*#menu ul ul li a.fly {background:#CCFFAA url(images/interface/right-arrow.gif) no-repeat right center;}*/
/*#menu ul ul ul li a {background:#ddd;}       4eme niveau*/

#menu li a.current,
#menu ul li a.current,
#menu ul ul li a.current,
/*#menu ul ul ul li a.current {background-color:#CCFF55; color:#000000;}*/

#menu :hover ul {left:130px;}
/*#menu :hover ul :hover ul {left:195px;}*/
/* #menu :hover ul :hover ul :hover ul {left:125px;} 4eme niveau */

#menu :hover ul ul,
/*#menu :hover ul :hover ul ul {left:-9999px;}*/

#menu ul li:hover > a {background-color:#FFCC33; color:#336699}
/* #menu ul ul li:hover > a {background-color:#FFCC33; color:#000000;} 4eme niveau */
