#menu_containerall {width:1000px; margin:0px auto; background-color: #c81365 ;  }
#menu_container {font: normal 80% Arial, Helvetica, sans-serif; position:relative; width:1000px; height:20px; z-index:100;padding-left:88px;}



.suckertreemenu li.active a.mainfoldericon {
background-image:url(/files/layout/fleche_white.gif);
background-position:5px 6px;
}

.suckertreemenu li.active a.subfoldericon {
background-image:url(/files/layout/fleche_rose.gif);
}




#pmenu {margin:0px; padding:0px;}

li.active a{color:#c81365;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
font: normal 95%  Arial, Helvetica, sans-serif; 
text-align:left;
}


.suckertreemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;


 /*overall menu background color*/
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width:auto;
color:#FFFFFF;
height:20px;
line-height:22px;
text-decoration: none;
margin-right:85px;
padding-left:18px;
}



.navi-left  {
font-size:1em;
line-height:1.3em;
padding-bottom:30px;}

.navi-left ul li a {
padding:0px!important;}

.navi-left  li.active {list-style-image: url(/files/layout/fleche_rose.gif)!important;
}
.navi-left  li.active a{display:block;color:#c81365!important; padding:0px;text-decoration:none;
}

.navi-left  a:hover {
color:#c81365!important;
list-style-image: url(/files/layout/fleche_rose.gif)!important;

}

.navi-left  ul {
padding-left:3px;
}


.navi-left  a {
background:none !important;
padding-left:0px!important;
color:#575556!important;
}




.titlenavi {
background-image: url(/files/layout/fleche-verte.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:18px;
font-weight:bold;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
text-align:left;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
font: normal 92%  Arial, Helvetica, sans-serif; 
border-top:5px solid #FFF;
width:185px;
}

/*1st sub level menu*/

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script war 159 */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 165px; /*width of sub menu levels*/
color: #575556;
background:#FFF;
text-decoration: none;
background: #FFF url(/files/layout/fleche_grise.gif) left center no-repeat;
border-left:5px solid #FFF;
border-bottom:7px solid #FFF;

}

.suckertreemenu ul li a:hover{
color:#FFCCFF;
background-image:url(/files/layout/fleche_white.gif);
background-position:5px 6px;
}



.suckertreemenu  a{
color: #FFF;
}



.suckertreemenu ul li ul li a:hover{
background: #FFF url(/files/layout/fleche_rose.gif) left center no-repeat;
color:#c81365;
}

.suckertreemenu ul li ul li a.active{
background: #FFF url(/files/layout/fleche_rose.gif) left center no-repeat;
color:#c81365;
}


/*Background image for top level menu list links */


.suckertreemenu .mainfoldericon  {

}



/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */





