.glossymenu{
margin:0px 20px 0px 0px;
padding: 0px;
width: 150px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border: 0px solid #ccccff;
border-bottom-width: 0;
/* ajouté pour fitter */
/*position:absolute;
top:120px;
left:0px;*/
float:left;
/*background: white url(deg.png) repeat-y bottom left;*/

background-color:#ffffff;	/* fond du menu */
}

.glossymenu a.menuitem{
background: white url(jaune_glossyback.png) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 4px 6px 8px;
/*padding-left: 10px;*/
text-decoration: none;
margin-top:6px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image:  url(jaune_glossyback2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background-color: #f0f0ff;*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid #ccccff;*/
background-color: #f0f0ff;	/* fond des sous-menus */
margin:2px 0px 2px 0px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #6666cc;
text-decoration: none;
padding: 6px 2px 6px 8px;
/*padding-left: 10px;*/
}

.glossymenu div.submenu ul li a:hover{
background: #6699cc;
color: white;
}
