#menu {
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style:italic;
padding:35px 0 0 25px;
margin:0 0 0 0;
}

#menu ul {
list-style: none;
margin:10px 0 0 0;
padding:0;
font: 17px Georgia, "Times New Roman", Times, serif;
font-style:italic;
background:none;
z-index:50;
}

#menu a, #menu h2 {
font: 17px Georgia, "Times New Roman", Times, serif;
font-style:italic;
display: block;
margin:0;
padding:0 0 0 25px;
}

#menu h2 {
color: #f60;
text-transform: uppercase;
}

#menu a {
color: #FFF;
text-decoration: none;
margin:0;
}

#menu a:hover {
color: #FFF;
/*background: #fff;*/
}

#menu li {
position: relative;
cursor:pointer;
width:204px;
margin:0;
padding:0;
background:url(../../images/icone-menus.png) no-repeat;
z-index:9999;
}
#menu ol {
position: relative;
cursor:pointer;
width:202px;
padding:0;
margin:17px 0 0 0;
background:url(../../images/icone-menu.png) no-repeat;
}
#menu ul ul ul {
position: absolute;
margin:10px 0;
padding:20px 0 0 10px;
top:0;
left:80%;
width: 182px;
height:283px;
z-index:999;
/*background:url(../../images/background_ol.png) no-repeat;*/
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul, div#menu ul ul ul li:hover ul ul
{display: none; padding: 10px 0 0 0;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul, div#menu ul ul ul ul li:hover ul {
	display: block;
	/*background:url(../../images/background_ol.png) no-repeat;*/
	/*z-index:99999;
	width:202px;
	min-height:50px;
	padding:0 0 0 10px;
	margin:0;
	background:#94a53d;*/
	background:url(../../images/fond_ssmenu.png) no-repeat;
	z-index:99999; 
	margin:-20px 0 0 30px; 
	padding:15px 0 0 10px;
	width:215px;
	height:299px;
}


