#menu-sadc-accueil{
float : left;
width : 100px;
padding-top: 4px;
}
.menu-sadc-accueil a{
font:bold 14px arial;
color: #fff;
text-decoration: none;
}
.menu-sadc-accueil a:hover{
color: #FCCF8C;
}
.menu-sadc{
float : right;
width : 600px;
font:normal 14px arial;
font-weight: bold;
padding-right: 5px;
}
.menu-sadc:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menu-sadc ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; 
}
.menu-sadc ul li{
display: inline;
}
.delimiter{
 height: 3px;
 padding : 0 0 0 3px;
 border-left: #fff 2px solid;
}
.menu-sadc ul li a{
color: #fff;
font:bold 13px arial;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.menu-sadc ul li a:hover{
color: #FCCF8C;
}
.menu-sadc ul li a:hover, .menu-sadc ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:16px;
padding: 0 0 2px 0;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}
.dropmenudiv a{
text-align: left; 
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px dotted #BBB; /*THEME CHANGE HERE*/
padding: 0 0 0 6px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F3E0C3;
color:#000;
}