.menu {
	width: 865px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-color: #D4D2BE;
	background-repeat: no-repeat;
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
	margin: 0px;
	padding: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
margin: 0px;
padding: 0px;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none;
line-height:20px;
width: auto;
background-repeat: no-repeat;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {

}
/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #870102;
	color: #FFFFFF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
color: #FFFFFF;
background-color: #9c396b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
margin-top:-8px;
margin-left:0;
width:130px
}
/* another hack for IE5.5 */
* html .menu ul ul {
margin-top:20px;
margin-left:-140px;
}

/* position the third level flyout menu */
.menu ul ul ul{
margin-left:110px; 
margin-top:0;
width:110px;
}
/* position the third level flyout menu for a left flyout */
#annuairemenu ul ul ul {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; margin-top:0; margin-left:-20;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:3px 3px;
	width:170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #ABA581;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2CFB0;
	background-image: url(../images/fleche_menu.gif);
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2CFB0;
}
* html .menu ul ul a{
width:170px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#658812;
background-color: #FFFFFF;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#658812;
background-color: #FFFFFF;
}

/* 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; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;
}
/* MENU HAUT */
a.menu1 {
	background-image: url(../images/menu_01.gif);
	display: block;
	width: 79px;
	margin: 0px;
	padding: 0px;
}
a.menu1:hover {
background-image: url(../images/menuroll_01.gif);
}
a.menu2 {
	background-image: url(../images/menu_02.gif);
	display: block;
	width: 77px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
a.menu2:hover {
background-image: url(../images/menuroll_02.gif);
}
a.menu3 {
	background-image: url(../images/menu_03.gif);
	display: block;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
a.menu3:hover {
background-image: url(../images/menuroll_03.gif);
}
a.menu4 {
background-image: url(../images/menu_04.gif);
display: block;
width: 142px;
}
a.menu4:hover {
background-image: url(../images/menuroll_04.gif);
}
a.menu5 {
background-image: url(../images/menu_05.gif);
display: block;
width: 150px;
}
a.menu5:hover {
background-image: url(../images/menuroll_05.gif);
}
a.menu6 {
background-image: url(../images/menu_06.gif);
display: block;
width: 78px;
}
a.menu6:hover {
background-image: url(../images/menuroll_06.gif);
}
a.menu7 {
background-image: url(../images/menu_07.gif);
display: block;
width: 79px;
}
a.menu7:hover {
background-image: url(../images/menuroll_07.gif);
}
a.menu8 {
background-image: url(../images/menu_08.gif);
display: block;
width: 76px;
}
a.menu8:hover {
background-image: url(../images/menuroll_08.gif);
}
a.menu9 {
background-image: url(../images/menu_09.gif);
display: block;
width: 84px;
}
a.menu9:hover {
background-image: url(../images/menuroll_09.gif);
}

