#menu_containerbg {width:100%;height:25px; background-color: #575556 ; }
#menu_containerall {width:980px; margin:0px auto; }
#menu_container {font: normal 90% "Century Gothic", Arial, Helvetica, sans-serif; position:relative; width:980px; height:25px; z-index:100; border-right:1px solid #CCC;}




li.active {background-color:#EEE; }

li.active a{color:#88b103;}






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

.suckertreemenu {
font: normal 95%  "Century Gothic", Arial, Helvetica, sans-serif; 
text-align:center;
}


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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
border-left:1px solid #CCC;
 /*overall menu background color*/
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 195px; /*Width of top level menu link items*/
height:25px;
line-height:27px;
 border-left:1px solid #CCC;
 border-left-width: 0;
text-decoration: none;
color: FFF;
}
	
/*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 90%  "Century Gothic", Arial, Helvetica, sans-serif; 

}

/*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 */
top: 0;
}

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

.suckertreemenu ul li a:hover{
background-color: #575556;
color: #88b103;
}



.suckertreemenu  a{
color: #FFF;
}





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

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


/*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 */








