/* Visit https://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse60
{
	background-image:url(../img/fond-menu.gif);
	background-repeat:repeat-x; 
	background-color:#373737;
    padding:0px;
    clear:both;
    text-align:center;/*For IE5 or IE No DOCTYPE*/
	 /* border-style:solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:4px solid #86bd24;*/

 /*   border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/


}
#sses60
{
    margin: 0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/	
	font-size:0;
	/*background:#fff url(bg.gif) bottom left;*/
}
#sses60 ul, #sses60 li {
    display:inline;
    list-style-type: none;padding:0;margin:0;zoom:1;
}
/*#sses60 li {
	background: #fff;remove this line if you want to get rid of the 1px gap between each menu item bottom line
}*/
#sses60 a
{
    text-align: center;
    display: inline-block;
	font: normal 12px Arial;
	padding:5px 10px;/*This defines the size of each menu item*/
	text-decoration:none;
}