@charset "iso-8859-1";
/* <style type="text/css"> */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.treemenubar {background: url(images/bg2.gif) #3333CC center top; background-repeat: repeat-x}

.suckertreemenu ul {margin: 0; padding: 0; list-style-type: none; background: url(images/bg2.gif) #3333CC center top; background-repeat: repeat-x}

/*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: 130px; padding: 5px 7px 5px; text-decoration: none; color: #FFFFFF; border-right: 1px solid #778899; font-family: Verdana,Arial; font: 12pt; font-size: 75%; font-weight: bold}
#tipleft_menu3 {border-left: 1px solid #778899}

/*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: 3px; padding-bottom: 5px}

/*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: 169px; top: 0}

/* Sub level menu links style *//*width of sub menu levels*/
.suckertreemenu ul li ul li a {display: block; width: 200px; color: #FFFFFF; text-decoration: none; padding: 1px 5px}

.suckertreemenu ul li a:hover {color: yellow}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {background: url(images/arrow-down.gif) right; background-repeat: no-repeat}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {background: url(images/arrow-right.gif) right; 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 */

/* </style> */
