/* liste derulante arborescente */

option.LEVEL-1 {
 font-weight: bold;
 font-size: 14px;
 background-color: #979797;
 color: White;
}

option.LEVEL-2 {
 font-weight: bold;
 font-size: 12px;
 margin-left: 10px;
}

option.LEVEL-3 {
 font-weight: bold;
 background-color: #D1D1D2;
 font-size: 10px;
 margin-left: 20px;
}

option.LEVEL-4 {
 margin-left: 30px;
}

option.LEVEL-5 {
 margin-left: 40px;
}

option.LEVEL-6 {
 margin-left: 50px;
 font-size: 9px;
}

option.LEVEL-2,
option.LEVEL-3,
option.LEVEL-4,
option.LEVEL-5,
option.LEVEL-6 {
 background-image: url(../../default/images/ComboArbo.gif);
 background-repeat: no-repeat;
 background-position: left center;
 background-color: White;
 padding-left: 20px;
}
