@charset "iso-8859-1";
/* <style type="text/css"> */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#treemenubar {border-bottom: 2px solid firebrick}
.treemenubar {background: url(images/bg-m3.jpg) #CC0000 center top; background-repeat: repeat-x}

/*.suckertreemenu ul {margin: 0; padding: 0; list-style-type: none; background: url(images/bg-m3-2T.png) #CC0000 center top}*/ /*Transparent */
.suckertreemenu ul {margin: 0; padding: 0; list-style-type: none; background: #CC0000 center top} 

/*Top level list items*/
/* fond de tout le menu */
.suckertreemenu ul li {position: relative; display: inline; float: left; background-color: transparent}

/*Top level menu link items style*/ /*Width of top level menu link items*/
.suckertreemenu ul li a {display: block; width: 200px; padding: 7px 7px 8px; text-decoration: none; color: whitesmoke; border-right: 1px solid #800000; font-family: Verdana,Arial; font: 12pt; font-size: 75%; font-weight: bold}
#tipleft_menu3 {border-left: 1px solid #800000}

/*1st sub level menu*//* no need to change, as true value set by script */
/* padding-... Ecart entre lignes submenu */
.suckertreemenu ul li ul {left: 0; position: absolute; top: 0em; display: block; visibility: hidden; padding-top: 0px; padding-bottom: 0px; border-right: 2px solid gray; border-bottom: 2px solid gray}

/*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 */
/* left: 159px; -no need to change, as true value set by script */
.suckertreemenu ul li ul li ul {left: 219px; top: 0} /* 209*/

/* Sub level menu links style *//*width of sub menu levels*/
.suckertreemenu ul li ul li a {display: block; width: 220px; color: whitesmoke; text-decoration: none; padding: 5px 5px 5px; background: url(images/bg-m3-2T.png) center center; border-top: 1px solid silver; border-left: 1px solid silver}/*210*/

.suckertreemenu ul li a:hover {color: whitesmoke; background: dimgray}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {background: url(images/arrow-down.gif) right center; background-repeat: no-repeat}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {background: url(images/arrow-right.gif) right center; background-repeat: no-repeat}

* 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 */
/*When link is desabled ! */
#desabledlink_menu3:hover {color: black}
/* </style> */
