/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#ddtopmenubar{ /* definition rajoutee par AA */
    width: 715px;
    height: 45px;
    position: relative;
    top: -33px;
    left: 0px;
    /*background-color: #E3E07A;*/
    /*margin-top: -30px;*/
}
.mattblackmenu{
width: 654px;
margin: 0;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}
.mattblackmenu li{
display: inline;
margin: 0;
}
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0;
}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #FCFBE9;
   border: 1px solid #BFBB0B;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
   color: #400040;
background-color: #FCFBE9;
text-decoration: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
   border-bottom: 1px solid #BFBB0B;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 120px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover{
background-color: #E3E07A;
   color: #400040;
}

/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
