/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
margin-left: -3px;
}

.ddsubmenustyle li a.premier{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color:#006A6E;
background:url(../images/1-haut.png) repeat-x;
text-decoration: none;
height:30px; line-height:30px;
text-indent:15px;
font-size:12px; font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
.ddsubmenustyle li a.deuxieme{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #303030;
background:url(../images/2-haut.png) repeat-x;
text-decoration: none;
height:30px; line-height:30px;
text-indent:15px;
font-size:12px; font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
.ddsubmenustyle li a.milieu{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #303030;
background:url(../images/3-centre.png) repeat-x;
text-decoration: none;
height:30px; line-height:30px;
text-indent:15px;
font-size:12px; font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
.ddsubmenustyle li a.avant_dernier{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #303030;
background:url(../images/4-bas.png) repeat-x;
text-decoration: none;
height:30px; line-height:30px;
text-indent:15px;
font-size:12px; font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
.ddsubmenustyle li a.dernier{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #303030;
background:url(../images/5-bas.png) repeat-x;
text-decoration: none;
height:39px; line-height:30px;
text-indent:15px;
font-size:12px; font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}



.ddsubmenustyle{
-padding-top:11px;

}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
height:30px;
font-size:12px;
}

.ddsubmenustyle li a.premier:hover{
background:url(../images/mouse-over.png) repeat-x;
color:#FFFFFF;
}
.ddsubmenustyle li a.deuxieme:hover{
background:url(../images/3-mouse-over.png) repeat-x;
color:#FFFFFF;
}
.ddsubmenustyle li a.milieu:hover{
background:url(../images/3-mouse-over.png) repeat-x;
color:#FFFFFF;
}
.ddsubmenustyle li a.avant_dernier:hover{
background:url(../images/3-mouse-over.png) repeat-x;
color:#FFFFFF;
}
.ddsubmenustyle li a.dernier:hover{
background:url(../images/5-mouse-over.png) repeat-x;
color:#FFFFFF;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
