.menu {
	position:relative;
	z-index:1000;
	text-transform:uppercase;
	text-align:center;
	margin:0; 
	padding:60px 0 ;
	font-size:10px;
}
.menu img.image_block, .menu ul img.image_block{
	display:block;
	margin: 0;
	padding:0;
}
.menu li.li_sep{
	background-image:url(../images/deco/back_ul_u_mi.gif);
	background-position:top ;
	background-repeat:no-repeat;
	height:25px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin:0;
	list-style-type:none;
	width:180px;
	position:relative;
}

.menu li {
	background:transparent;
	width:180px;
	padding:0 ;
	margin:0;
	display:block;
	border-width:0 0 0 0;
	border-color:#FFFFCC;
	border-style:solid;
}
.menu li.li_titre1{
	background-image:url(../images/deco/back_ul_1.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#008fe3;
	font-weight:bold;
	font-size:10px;
	height:37px;
}
.menu li.li_titre2{
	background-image:url(../images/deco/back_ul_ul_archives.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#008fe3;
	font-weight:bold;
	font-size:10px;
	height:53px;
}
.menu li.li_titre3{
	background-image:url(../images/deco/back_ul_3.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#008fe3;
	font-weight:bold;
	font-size:10px;
	height:56px;
}
.menu li.li_annee{
	background-color:#fefca8;
	font-size:10px;
	color:#00CC99;
	margin:  0 ;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;  width:0; height:0; border-width:0px ;
	border-color:#339933;
	border-style:solid;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	font-size:10px;
	color:#0098c6;
	background-color:#fefca8;
	border-width:1px 0 0 0 ;
	border-color:#E4F3EE;
	border-style:solid;
}
/* style the link hover */
* html .menu a:hover {/*color:#0066CC; background-color:#fff9a9;*/}

.menu :hover > a {
	background-color:#f2f0a1;
	font-weight:bold;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul li {
	width:180px;
	padding:0;
	margin:0;
	/*border-width:0 0 1px 0 ;
	border-color:#CEEAE1;
	border-style:soldi;*/
}
.menu ul li a{
	width:160px;
	padding:3px 10px;
	margin:0;
	
}
.menu ul li a:hover{
	background-color:#f2f0a1;
	font-weight:bold;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:180px;
	padding:25px 0 0 10px;
	margin:0;
	width:180px;
	background-image:url(../images/deco/back_ul_ul.gif);
	background-repeat:no-repeat;
	background-position:10px 0px ;
	background-color:transparent;
}
.menu ul ul li{
	padding: 0;
	margin:0;
	/*background-color:#f2f0a1;*/
}
.menu ul li ul li a{
/*background-color:#f2f0a1;*/
	width:160px;
	padding:3px 10px;
	margin: 0;
}
.menu ul ul li a:hover{
	/*background-color:#fefca8;*/
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;/*
background-color:#fff9a9;*/
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	padding:25px 0 0 20px;
	margin:0;
	width:180px;
	background-image:url(../images/deco/back_ul_ul.gif);
	background-repeat:no-repeat;
	background-position:20px 0px ;
	background-color:transparent;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background-color:#edd;
}
.menu ul ul li a {width:180px; }
.menu ul.top1 {top:0px;}
.menu ul.top2 {top:-58px;}
.menu ul.top3 {top:51px;}
.menu ul.top4 {top:-16px;}
.menu ul.top5 {top:103px;}


.menu ul.top21 {top:0px;}
.menu ul.top22 {top:16px;}
.menu ul.top23 {top:30px;}
.menu ul.top24 {top:47px;}
.menu ul.top25 {top:62px;}
.menu ul.top26 {top:78px;}
.menu ul.top27 {top:93px;}
.menu ul.top28 {top:108px;}
.menu ul.top28bis{top:138px;}
.menu ul.top28ter{top:168px;}
.menu ul.top29 {top:213px;}
.menu ul.top291 {top:230px;}
.menu ul.top292 {top:245px;}

.menu ul.top293 {top:30px;}
.menu ul.top294 {top:110px;}

.menu ul.top295 {top:95px;}


</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->

