/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu_deroulant {
position:relative;
z-index:1000;
font-size:90%;
height:235px;
margin:0 0 0 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_deroulant ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
position:relative;
border-width:1px 0 0 1px;
}

.menu_deroulant li {
background:transparent;
height:26px;
}
* html .menu_deroulant li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu_deroulant table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu_deroulant a, .menu_deroulant a:visited {
font-family:arial, sans-serif;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:180px;
color:#42291b;
text-indent:5px;
/*border-bottom:1px solid #fff;*/
background:transparent;
font-size:12px;
padding-left:20px;
}
/* style the link hover */
* html .menu_deroulant a:hover {background:#b9b600; color:#41291b;}

.menu_deroulant :hover > a {
background:#b9b600; color:#41291b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_deroulant ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:180px;
}
/* make the second level visible when hover on first level list OR link */
.menu_deroulant ul li:hover ul,
.menu_deroulant ul a:hover ul {
visibility:visible;
background:#6e6c01;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu_deroulant ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu_deroulant ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu_deroulant ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu_deroulant ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.menu_deroulant ul ul li a {width:180px; /*border-right:1px solid #fff;*/}

.menu_deroulant ul.top1 {top:0px;}
.menu_deroulant ul.top2 {top:26px;}
.menu_deroulant ul.top3 {top:52px;}
.menu_deroulant ul.top4 {top:78px;}
.menu_deroulant ul.top5 {top:103px;}
.menu_deroulant ul.top6 {top:130px;}
.menu_deroulant ul.top7 {top:156px;}
.menu_deroulant ul.top8 {top:182px;}
.menu_deroulant ul.top9 {top:205px;}
.menu_deroulant ul.top10 {top:225px;}